diff options
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 9fe9e70..e86f731 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true charset = utf-8 max_line_length = 80 -[*.{hs,nix}] +[*.{hs,nix,scm}] indent_size = 2 [*.py] |