crossxtex/.editorconfig

10 lines
170 B
INI
Raw Normal View History

2018-05-10 00:52:32 +00:00
root = true
2018-05-10 01:11:46 +00:00
[*.{cpp,h,inl,fx,hlsl}]
2018-05-10 00:52:32 +00:00
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
charset = latin1