summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorXavier Priour <xavier.priour@bubblyware.com>2015-10-12 17:41:09 +0200
committerXavier Priour <xavier.priour@bubblyware.com>2015-10-12 17:41:09 +0200
commit21dcd162f507bfdc98e38d8ede111a0f324c6984 (patch)
treeada08b8b6f31e2034189a04749aaa01e5cb1d0fd /.editorconfig
parenta78debc461944f55de246db15a1dd29353dec4ae (diff)
downloadwekan-21dcd162f507bfdc98e38d8ede111a0f324c6984.tar.gz
wekan-21dcd162f507bfdc98e38d8ede111a0f324c6984.tar.bz2
wekan-21dcd162f507bfdc98e38d8ede111a0f324c6984.zip
Add editorconfig support
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..4ba559c2
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# 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
+indent_style = space
+indent_size = 2