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