diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/helix/languages.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 242e71a..83d3028 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -4,4 +4,8 @@ indent = { tab-width = 2, unit = " " } [[language]] name = "c" -indent = { tab-width = 2, unit = " " } +indent = { tab-width = 8, unit = " " } + +[[language]] +name = "rust" +config = { checkOnSave = { command = "clippy" } } |
