aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/indent.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-12 01:24:48 +0000
committerBlaž Hrastnik2021-06-12 01:24:48 +0000
commit1665bac1b60b9597bac99b5b0f1b4832657c54fc (patch)
tree4f1e4febb3c95ade2a6ea849817d82b2a766e6f4 /helix-core/src/indent.rs
parent278361a08627240e47503e21a88b81a40f4a1caf (diff)
Fix broken test
Diffstat (limited to 'helix-core/src/indent.rs')
-rw-r--r--helix-core/src/indent.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs
index 9032d660..58124ed2 100644
--- a/helix-core/src/indent.rs
+++ b/helix-core/src/indent.rs
@@ -263,6 +263,7 @@ where
highlight_config: OnceCell::new(),
//
roots: vec![],
+ auto_format: false,
language_server: None,
indent: Some(IndentationConfiguration {
tab_width: 4,