Feature: Added .editorconfig file

This commit is contained in:
p4plus2 2017-07-04 01:07:45 -07:00
parent cd1486c9c3
commit dc4ad6ae16

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true