diff --git a/.editorconfig b/.editorconfig index 5b60c28..9a44970 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,17 +1,14 @@ -root = true - -[*] -charset = utf-8 -end_of_line = crlf -indent_size = 4 -indent_style = tab -insert_final_newline = true -max_line_length = 72 -trim_trailing_whitespace = true - -[*.md] -max_line_length = off - -[*.yml] -indent_size = 2 -indent_style = space +root = true + +[*] +charset = utf-8 +end_of_line = crlf +indent_size = 4 +indent_style = tab +insert_final_newline = true +max_line_length = 80 +trim_trailing_whitespace = true + +[*.yml] +indent_size = 2 +indent_style = space