diff --git a/.editorconfig b/.editorconfig index 50b77409..d92e5e96 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,8 @@ tab_width = 8 [*.py] indent_style = space indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2 +max_line_length = off