diff options
author | Ben Sima <ben@bsima.me> | 2020-11-28 09:28:01 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-28 13:07:27 -0500 |
commit | 8f871af38d05a73065ce3041dd448424d8bb625a (patch) | |
tree | 42363a92e1d7e4718c1a4c957ac3401ee3081ca0 /.editorconfig | |
parent | 27e609910cbf61f792b857181b60d42ca8fdf9be (diff) |
Add scm files to editorconfig
Diffstat (limited to '.editorconfig')
-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] |