diff --git a/.editorconfig b/.editorconfig index 977a5c1..a257bcd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,17 +1,14 @@ +; https://editorconfig.org + root = true [*] charset = utf-8 end_of_line = lf -indent_size = 4 +indent_size = 2 indent_style = space -insert_final_newline = true -max_line_length = 120 trim_trailing_whitespace = true +insert_final_newline = true [*.md] -indent_size = 2 trim_trailing_whitespace = false - -[*.{cjs,mjs,js,ts,json,json5,yml,yaml}] -indent_size = 2