Merge pull request #4332 from Jun-T/editorconfig

.editorconfig
This commit is contained in:
Justin M. Keyes 2016-02-27 10:42:53 -05:00
commit 3e0fab6b7c

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf_8
[Makefile]
indent_style = tab
tab_width = 4