summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-13 00:04:45 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-10-13 00:04:45 +0200
commit380de21c208cf0c6b198af3f99dec7c1fb00f607 (patch)
treeada08b8b6f31e2034189a04749aaa01e5cb1d0fd
parenta78debc461944f55de246db15a1dd29353dec4ae (diff)
parent21dcd162f507bfdc98e38d8ede111a0f324c6984 (diff)
downloadwekan-380de21c208cf0c6b198af3f99dec7c1fb00f607.tar.gz
wekan-380de21c208cf0c6b198af3f99dec7c1fb00f607.tar.bz2
wekan-380de21c208cf0c6b198af3f99dec7c1fb00f607.zip
Merge pull request #354 from xavierpriour/devel
Add editorconfig support
-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