summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2017-09-14 15:44:14 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-09-14 15:44:14 +0200
commit93b41c014825eae67b64d31df42683ae3cbca3fc (patch)
tree4e7aca1c459af810e7722d928cb099fae9d8c3c7 /.editorconfig
parent96f832f403fa890039cf1c5d8450213fd65260f0 (diff)
add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..b6205c3e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+
+# Matches multiple files with brace expansion notation
+# Set default charset
+[*.{html,js,css}]
+indent_style = tab
+