Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Edgar <stephen@netweb.com.au>2013-04-22 11:10:59 +0400
committerStephen Edgar <stephen@netweb.com.au>2013-04-22 11:10:59 +0400
commit4e9c8880f7c32f71727be15aa19b5f4b871e9488 (patch)
tree9cf7f6c0cf6c12966b9cbf5c2099157780442e6e /.editorconfig
parent7c41b318015f2e6f0963a75f0e1112828e17c977 (diff)
Use* global rules with exceptions as needed
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig27
1 files changed, 7 insertions, 20 deletions
diff --git a/.editorconfig b/.editorconfig
index 9055021c9f..ad9d6beae3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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