diff options
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 3fddad5..c2e134a 100644 --- a/config.toml +++ b/config.toml @@ -25,3 +25,6 @@ insert = "bar" [editor.indent-guides]
render = true
+
+[editor.smart-tab]
+enable = false
|