mirror of
https://github.com/microsoft/UVAtlas
synced 2024-11-08 13:20:06 +00:00
10 lines
166 B
INI
10 lines
166 B
INI
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
|