UVAtlas/.editorconfig

10 строки
166 B
INI
Исходник Обычный вид История

2018-05-10 04:35:46 +03: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