editorconfig: Change shell to tabs with tab width 8
authorAndreas Schneider <asn@samba.org>
Sat, 19 Feb 2022 15:10:29 +0000 (16:10 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 22 Feb 2022 15:23:35 +0000 (15:23 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.editorconfig

index b5d3911877220b3fdf68afeeb68f0d8b0d83afc2..fa1c0680aa04a10e43455f5b1dea04a1eb8249cc 100644 (file)
@@ -18,10 +18,10 @@ indent_size = 4
 tab_width = 4
 insert_final_newline = true
 
-[*.{sh}]
-indent_style = space
-indent_size = 4
-tab_width = 4
+[*.sh]
+indent_style = tab
+indent_size = 8
+tab_width = 8
 
 [*.{pl,pm}]
 indent_style = tab