DirectXTex/.editorconfig

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

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