diff options
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index 94a6d20..9fe9e70 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,13 +4,13 @@ root = true end_of_line = lf insert_final_newline = true indent_style = space -indent_size = 2 trim_trailing_whitespace = true charset = utf-8 - -[*.{hs,rs,py,sh,nix}] max_line_length = 80 +[*.{hs,nix}] +indent_size = 2 + [*.py] indent_size = 4 |