From a96212d2e7dcc693c0511f5a83ec2c97830bb237 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Jan 2015 12:50:02 -0800 Subject: Removed JS specific stuff from .editorconfig. --- .editorconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to '.editorconfig') 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 -- cgit v1.2.3