summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-08 18:26:07 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-08 18:26:33 +0200
commite7b7489a6f75524895c5b37b2a1fd670c82edf18 (patch)
tree3822833ce8d3591ef959af45fa274a1454a93bed /.editorconfig
parentd7c6104ac3bf57ee2f3b35ca93ac9125bc16f296 (diff)
add editor config
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..35868c0cf
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+trim_trailing_whitespace = true
+
+[*.{js,php,html}]
+indent_style = space
+indent_size = 4
+charset = utf-8
+
+[Makefile]
+indent_style = tab
+