UVAtlas/.editorconfig

10 lines
166 B
INI
Raw Normal View History

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