summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 12:50:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 12:50:02 -0800
commita96212d2e7dcc693c0511f5a83ec2c97830bb237 (patch)
treea196a132690da567554a97adfc4331892e364920 /.editorconfig
parentf1f08ef096c4afae74e71f0db053c7ef3bcc4632 (diff)
Removed JS specific stuff from .editorconfig.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
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