]> code.delx.au - spectrwm/commitdiff
editorconfig editorconfig private/editorconfig
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 21 Sep 2016 12:28:24 +0000 (22:28 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 21 Sep 2016 12:28:24 +0000 (22:28 +1000)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..08bb77c
--- /dev/null
@@ -0,0 +1,12 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[**]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+trim_trailing_whitespace = true
+indent_size = 8
\ No newline at end of file