diff --git a/.editorconfig b/.editorconfig index 767f078..c9706d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,3 +25,11 @@ trim_trailing_whitespace = true [Makefile] indent_style = tab + +[*.sh] +indent_size = 4 +indent_style = space + +[*.{yaml,yml}] +indent_size = 2 +indent_style = space