aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Edgar <[email protected]>2013-04-20 14:28:50 +1000
committerArtur Kwiatkowski <[email protected]>2013-04-24 14:38:43 +0200
commit2eb9053d4af064d0b4ca760a2a0c023070709c27 (patch)
tree0c20d92732475ffd909aef1f6187d9aadacfae81
parent55bbb9ffd704353140cb1d42804ecd99f576f642 (diff)
downloadbootstrap-2eb9053d4af064d0b4ca760a2a0c023070709c27.tar.xz
bootstrap-2eb9053d4af064d0b4ca760a2a0c023070709c27.zip
Include .editorconfig
http://editorconfig.org/
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..cf8d7fa6e
--- /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