From 1665bac1b60b9597bac99b5b0f1b4832657c54fc Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sat, 12 Jun 2021 10:24:48 +0900 Subject: Fix broken test --- helix-core/src/indent.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/src') 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, -- cgit v1.2.3-70-g09d2