Added shareable EditorConfig

This is an IDE agnostic configuration file that permits the sharing of
autoformatting settings between editors.
This commit is contained in:
Michael Krotscheck 2015-06-22 09:05:45 -07:00
parent 8305934085
commit acb5e8a53d
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

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