diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-06-16 16:02:10 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-06-16 16:02:10 +0200 |
commit | ab3e3f6f9e4c09895e0ffea5c0359932136cf99a (patch) | |
tree | a66479241766b19fe577f3fb7fbe8d3962943501 /.editorconfig | |
parent | 1f8d15030ca67ad206a641d5785fceaeac422441 (diff) | |
download | dotfiles-ab3e3f6f9e4c09895e0ffea5c0359932136cf99a.tar.gz dotfiles-ab3e3f6f9e4c09895e0ffea5c0359932136cf99a.tar.bz2 dotfiles-ab3e3f6f9e4c09895e0ffea5c0359932136cf99a.zip |
Add `.editorconfig`
See <http://editorconfig.org/>.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
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 |