Added editorconfig file

See http://editorconfig.org/ for more info...

If you're using an editor that supports _editorconfig_, the editor's
settings for indentation, line endings, etc. should automatically adjust
when editing files.
pull/645/head
Nils Winkler 2016-01-08 08:35:43 +01:00
parent bf7ff19abc
commit 881a1535fc
1 changed files with 14 additions and 0 deletions

14
.editorconfig 100644
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false