diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-09-28 13:30:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 13:30:08 -0400 |
commit | 2850a9360b23eaf27f6437a889b13bdcbe506863 (patch) | |
tree | 8c29f51782b1fdb73b91e3cb7682c0cc83dbdf4c | |
parent | d7d73cd2985d4c5d1fdadcfb63680c638e29a4a0 (diff) | |
parent | 275c7464f9b90ab28bbc5a7a5b0591ecd8e34b07 (diff) |
Merge pull request #166 from emersion/editorconfig
Add .editorconfig
-rw-r--r-- | .editorconfig | 9 |
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 |