Core: minor code cleanup

This commit is contained in:
Rob Garrison 2016-09-25 20:35:29 -05:00
parent f8d0ba2495
commit 7ffa3f2785
2 changed files with 15 additions and 4 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
root = true
[*]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
insert_final_newline = true
max_line_length = 80