]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Indent .sh files with 4 spaces
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 21 Apr 2020 19:05:05 +0000 (21:05 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 26 Apr 2020 18:21:16 +0000 (20:21 +0200)
.editorconfig

index 8f4a31e12a651756fa8c5ed03b0216362f65efe5..00635a51715df138bc3dbe69fe1c1e5e7fc4dc4f 100644 (file)
@@ -9,7 +9,7 @@ charset = utf-8
 indent_style = space
 indent_size = 2
 
-[*.{bash,py}]
+[*.{bash,py,sh}]
 indent_style = space
 indent_size = 4