summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 12:01:17 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 12:01:17 +0200
commita4aa42e44d9e349498ac4edbea42435c4a5be01f (patch)
tree7c0545029127e066946bdd6f458a578db302dbc1
parent909b7ebba9f4441c3a72428cf3cc89cba560c9e0 (diff)
downloadmutti-web-a4aa42e44d9e349498ac4edbea42435c4a5be01f.tar.gz
mutti-web-a4aa42e44d9e349498ac4edbea42435c4a5be01f.tar.bz2
mutti-web-a4aa42e44d9e349498ac4edbea42435c4a5be01f.zip
add editorconfig
-rw-r--r--.editorconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..cd9fd9d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,21 @@
+# This file is for unifying the coding style for different editors and IDEs
+# editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+tab_width = 8
+
+[**.css]
+indent_style = space
+indent_size = 8
+
+[**.php]
+indent_style = space
+indent_size = 4