diff --git a/.editorconfig b/.editorconfig index 23caad5..082123a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,19 @@ root = true [*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true indent_style = tab indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 120 [*.{json,yml,yaml}] indent_style = space -indent_size = 4 +indent_size = 2 + +[*.md] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = false \ No newline at end of file