diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 21cb4729..ceeda087 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -19,7 +19,7 @@ end-of-line-diagnostics = "disable" # rulers = [120] [editor.whitespace.render] -tab = "all" +tab = "none" space = "none" newline = "all"