diff --git a/.editorconfig b/.editorconfig index 412fd6b..9ff03a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,11 @@ indent_size = 4 [{makefile,Makefile}] indent_style = tab -indent_size = 1 +indent_size = 2 + +[.*/{sh,bash}] +indent_style = tab +indent_size = 2 [*.{yaml,json,toml}] indent_style = space