]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Refined .editorconfig
authorStephen Edgar <stephen@netweb.com.au>
Sun, 21 Apr 2013 06:52:32 +0000 (16:52 +1000)
committerArtur Kwiatkowski <artur@ciecieprojektow.pl>
Wed, 24 Apr 2013 12:38:44 +0000 (14:38 +0200)
.editorconfig

index cf8d7fa6eef1af8898de295fceebbb2ce1c79f73..9055021c9fb8fafb8a9d98883cab3da884583fc3 100644 (file)
@@ -2,10 +2,26 @@
 
 root = true
 
-[*]
+[Makefile]
+indent_style = tab
+indent_size = 8
+
+[*.css]
+indent_style = space
+indent_size = 2
+
+[*.less]
+indent_style = space
+indent_size = 2
+
+[*.html]
+indent_style = space
+indent_size = 2
+
+[*.js]
+indent_style = space
+indent_size = 2
+
+[*.json]
 indent_style = space
 indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true