]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added .editorconfig (http://editorconfig.org/) 4764/head
authorTristan Mugford <tristan@dgtl.net>
Wed, 19 Mar 2014 12:51:42 +0000 (12:51 +0000)
committerTristan Mugford <tristan@dgtl.net>
Sat, 22 Mar 2014 09:58:52 +0000 (09:58 +0000)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..1a3af92
--- /dev/null
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+indent_size = 2
+trim_trailing_whitespace = true
+insert_final_newline = true