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-20 08:28:50 +0400
committerStephen Edgar <stephen@netweb.com.au>2013-04-20 08:28:50 +0400
commit322fc9a6c476ce89101c6b48e5308d2f6ee8eba9 (patch)
treece23701b3f858b91598b2e0c95fa1bc1ec6530f4 /.editorconfig
parent37d0a30589e8bd74299b2d857c348d91396563ed (diff)
Include .editorconfig
http://editorconfig.org/
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..cf8d7fa6ee
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# editorconfig.org
+
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true