Add EditorConfig file for project

This commit is contained in:
Alex Palaistras 2015-12-27 00:50:00 +00:00
parent 556ed42c54
commit 4db5947a4f
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# Code styles for this project.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true