mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-10 10:35:16 +03:00
Indent with tabs by default (#3095)
This commit is contained in:
parent
b6c700fce9
commit
b05fcaadad
@ -27,7 +27,7 @@ use crate::{DocumentId, Editor, ViewId};
|
||||
/// 8kB of buffer space for encoding and decoding `Rope`s.
|
||||
const BUF_SIZE: usize = 8192;
|
||||
|
||||
const DEFAULT_INDENT: IndentStyle = IndentStyle::Spaces(4);
|
||||
const DEFAULT_INDENT: IndentStyle = IndentStyle::Tabs;
|
||||
|
||||
pub const SCRATCH_BUFFER_NAME: &str = "[scratch]";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user