diff options
Diffstat (limited to '.config/helix/languages.toml')
| -rw-r--r-- | .config/helix/languages.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml deleted file mode 100644 index 83d3028..0000000 --- a/.config/helix/languages.toml +++ /dev/null @@ -1,11 +0,0 @@ -[[language]] -name = "bash" -indent = { tab-width = 2, unit = " " } - -[[language]] -name = "c" -indent = { tab-width = 8, unit = " " } - -[[language]] -name = "rust" -config = { checkOnSave = { command = "clippy" } } |
