Add .editorconfig and instructions on its use

This commit is contained in:
Tim Schaub
2015-04-04 14:17:31 +02:00
parent a19c58e490
commit 29596ced00
2 changed files with 23 additions and 0 deletions

15
.editorconfig Normal file
View File

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