summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-01-30 10:36:41 +0300
committerAndrew Dolgov <[email protected]>2018-01-30 10:36:41 +0300
commit2aec1b030c5a8737cfacf465b673e09e09939335 (patch)
tree08ac550435bb954e3fde4c1a79ee0f5ec629ddf5 /.editorconfig
parent102a01354b4f872a12feba3c9e875d9b0cd9dc36 (diff)
add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..119b50a10
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.php]
+indent_style = tab