]> source.dussan.org Git - jquery.git/commitdiff
Build: simplify and correct .editorconfig
authorOleg Gaidarenko <markelog@gmail.com>
Thu, 11 Feb 2016 19:47:36 +0000 (22:47 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Thu, 11 Feb 2016 19:55:39 +0000 (22:55 +0300)
.editorconfig

index 06dbe065b122d8bcd61168de8aa4024c68618fc5..b5bd7f60ec9a9b14792a0dd90d50af582c4056dc 100644 (file)
@@ -3,25 +3,14 @@
 
 root = true
 
-
 [*]
+indent_style = tab
 end_of_line = lf
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 
-# Tabs in JS unless otherwise specified
-[**.js]
-indent_style = tab
-
-[test/**.xml]
-indent_style = tab
-
-[test/**.php]
-indent_style = tab
+[package.json]
+indent_style = space
+indent_size = 2
 
-[test/**.html]
-indent_style = tab
-
-[test/**.css]
-indent_style = tab