aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-06-16 16:02:10 +0200
committerMathias Bynens <mathias@qiwi.be>2014-06-16 16:02:10 +0200
commitab3e3f6f9e4c09895e0ffea5c0359932136cf99a (patch)
treea66479241766b19fe577f3fb7fbe8d3962943501 /.editorconfig
parent1f8d15030ca67ad206a641d5785fceaeac422441 (diff)
downloaddotfiles-ab3e3f6f9e4c09895e0ffea5c0359932136cf99a.tar.gz
dotfiles-ab3e3f6f9e4c09895e0ffea5c0359932136cf99a.tar.bz2
dotfiles-ab3e3f6f9e4c09895e0ffea5c0359932136cf99a.zip
Add `.editorconfig`
See <http://editorconfig.org/>.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..bec7553
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = tab
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true