mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
Indent with tabs by default (#3095)
This commit is contained in:
parent
b6c700fce9
commit
b05fcaadad
@ -27,7 +27,7 @@
|
|||||||
/// 8kB of buffer space for encoding and decoding `Rope`s.
|
/// 8kB of buffer space for encoding and decoding `Rope`s.
|
||||||
const BUF_SIZE: usize = 8192;
|
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]";
|
pub const SCRATCH_BUFFER_NAME: &str = "[scratch]";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user