aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-28 19:25:22 +0200
committeremersion <contact@emersion.fr>2017-09-28 19:25:22 +0200
commit275c7464f9b90ab28bbc5a7a5b0591ecd8e34b07 (patch)
tree8c29f51782b1fdb73b91e3cb7682c0cc83dbdf4c /.editorconfig
parentd7d73cd2985d4c5d1fdadcfb63680c638e29a4a0 (diff)
Add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..4b8b3e12
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+indent_size = 4
+trim_trailing_whitespace = true