summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-04-21 21:05:05 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-04-26 20:21:16 +0200
commit3e83be07263e5c426fe51a105e09315d77c5c209 (patch)
treefee3f643cab0bd4bb3a4db54db9cab8004ed6ddb
parentef8911b7e27d6d44ea168e10c18e093d656f2571 (diff)
downloadccache-3e83be07263e5c426fe51a105e09315d77c5c209.tar.gz
Indent .sh files with 4 spaces
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 8f4a31e1..00635a51 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,7 +9,7 @@ charset = utf-8
indent_style = space
indent_size = 2
-[*.{bash,py}]
+[*.{bash,py,sh}]
indent_style = space
indent_size = 4