diff --git a/.editorconfig b/.editorconfig index 31ae459..4d9e7be 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,11 @@ trim_trailing_whitespace = false [*.py] indent_style = space -tab_width = 8 +tab_width = 4 + +[*.yml] +indent_style = space +tab_width = 2 [external/**] trim_trailing_whitespace = false