diff --git a/.editorconfig b/.editorconfig index 54c1104..6c7e80a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ max_line_length = 80 [*.toml] indent_style = space indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2