fix whitespace and add .editorconfig

This commit is contained in:
Kirk Shoop 2015-01-17 17:57:04 -08:00
parent 795f516cea
commit f9889a9ff2
2 changed files with 12 additions and 3 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true