diff --git a/.editorconfig b/.editorconfig index 524403d..57d02d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,16 +3,13 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true trim_trailing_whitespace = true +insert_final_newline = true [*.{md,json,js,jsx,ts,tsx}] indent_style = space indent_size = 4 -[*.json] -insert_final_newline = false - [*.md] trim_trailing_whitespace = false