diff --git a/.editorconfig b/.editorconfig index 4d0434a0..1039bbb8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,13 +6,11 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space -indent_size = 4 +indent_size = 2 [*.rs] max_line_length = 100 - -[*.yml] -indent_size = 2 +indent_size = 4 [*.md] trim_trailing_whitespace = false