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-21 10:52:32 +0400
committerStephen Edgar <stephen@netweb.com.au>2013-04-21 10:52:32 +0400
commit7c41b318015f2e6f0963a75f0e1112828e17c977 (patch)
tree6b2d519e4e35fde8c01391f663beaeb9558b48dc /.editorconfig
parent322fc9a6c476ce89101c6b48e5308d2f6ee8eba9 (diff)
Refined .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig26
1 files changed, 21 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index cf8d7fa6ee..9055021c9f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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