diff --git a/.editorconfig b/.editorconfig index fd2c515..bdc2c16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,13 @@ root = true -[*.*] +[*] indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf -max_line_length = null +max_line_length = unset [*.md] trim_trailing_whitespace = false