]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Include .editorconfig
authorStephen Edgar <stephen@netweb.com.au>
Sat, 20 Apr 2013 04:28:50 +0000 (14:28 +1000)
committerArtur Kwiatkowski <artur@ciecieprojektow.pl>
Wed, 24 Apr 2013 12:38:43 +0000 (14:38 +0200)
http://editorconfig.org/

.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..cf8d7fa
--- /dev/null
@@ -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