diff options
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index ab11d40..915ad66 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,11 +7,6 @@ end_of_line = lf charset = utf-8 insert_final_newline = true -[*.js] -trim_trailing_whitespace = true -indent_style = space -indent_size = 2 - [*.{c,h}] trim_trailing_whitespace = true indent_style = tab |