diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-20 01:23:32 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-20 01:23:32 +0200 |
commit | f81c9a07ecd55436e060607a61255931b15c41d3 (patch) | |
tree | c98fb2aeeb3194e5052eda19c07328937a29eac5 /config.toml | |
parent | 2427a4feb6848b5087595390554e254f891080b9 (diff) |
fix tab
Diffstat (limited to 'config.toml')
-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
|