diff --git a/.editorconfig b/.editorconfig index 3721264..f7cafea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ trim_trailing_whitespace = true [*.sql] indent_style = space + +[*.yml] +indent_style = space