Add .editorconfig

This commit is contained in:
Simen Bekkhus 2015-05-08 19:41:54 +02:00
parent d8d48c0554
commit 81986ef0e0
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false