aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-17 15:38:58 +0100
committerGravatar GitHub <noreply@github.com> 2017-12-17 15:38:58 +0100
commit0714db36f6c813618ce9371118be7da3442930ab (patch)
treeddb70bfbbd54a76ddf63db9c3c2c7a15561ca2ac
parent3db1a96a180f33f113e3cd95c88fd5d4666ad02b (diff)
parent08252928b65bda88b709526fedc20be89cfb9ed4 (diff)
Merge pull request #1732 from kevinpapst/editorconfig
Added .editorconfig
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..e18761a1a
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+[*]
+end_of_line = lf
+
+[*.php]
+indent_style = tab
+indent_size = 4
+insert_final_newline = true