]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use* global rules with exceptions as needed
authorStephen Edgar <stephen@netweb.com.au>
Mon, 22 Apr 2013 07:10:59 +0000 (17:10 +1000)
committerArtur Kwiatkowski <artur@ciecieprojektow.pl>
Wed, 24 Apr 2013 12:38:44 +0000 (14:38 +0200)
.editorconfig

index 9055021c9fb8fafb8a9d98883cab3da884583fc3..ad9d6beae3925fee183007abccb57d3643de8f88 100644 (file)
@@ -2,26 +2,13 @@
 
 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
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
 
-[*.json]
-indent_style = space
-indent_size = 2
+[Makefile]
+indent_style = tab