project64/.editorconfig

17 lines
277 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
2021-03-11 06:33:09 +00:00
[*.{vcxproj,filters,vcxitems}]
insert_final_newline = false
end_of_line = crlf
tab_width = 2
[*.sln]
insert_final_newline = false
end_of_line = crlf
indent_style = tab
tab_width = 4