diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 12:50:02 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 12:50:02 -0800 |
commit | a96212d2e7dcc693c0511f5a83ec2c97830bb237 (patch) | |
tree | a196a132690da567554a97adfc4331892e364920 | |
parent | f1f08ef096c4afae74e71f0db053c7ef3bcc4632 (diff) |
Removed JS specific stuff from .editorconfig.
-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 |