summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorFrançois Pietka <francois@pietka.fr>2017-07-27 13:12:53 +0200
committerFrançois Pietka <francois@pietka.fr>2017-07-27 13:12:53 +0200
commitab487cdacffcc0ceef4265e642fc987954d57a31 (patch)
treea98c09d51bce6a053f59adf2c5300a12fe701d36 /.editorconfig
parent1a2932ec0459325be1a531c280d3f26ec5d6cd7f (diff)
Add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..bacb65cf
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+# editorconfig.org
+# Get your text editor plugin at:
+# http://editorconfig.org/#download
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[travis.yml]
+indent_size = 2