diff --git a/.editorconfig b/.editorconfig index 14b44f0..5326bde 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,11 +15,16 @@ trim_trailing_whitespace = true # Shell scripts [*.sh] indent_style = space -indent_size = 4 +indent_size = 2 # Markdown documents [*.md] indent_style = space indent_size = 2 -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false + + +[*.{json,yml,yaml}] +indent_style = space +indent_size = 2 \ No newline at end of file