Skip to content

Commit

Permalink
Indent with tabs by default (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi-flow authored Jul 22, 2022
1 parent b6c700f commit b05fcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-view/src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]";

Expand Down

0 comments on commit b05fcaa

Please sign in to comment.