1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 23:29:54 +00:00
DirectXTex/.editorconfig
2018-05-09 18:11:46 -07:00

10 lines
170 B
INI

root = true
[*.{cpp,h,inl,fx,hlsl}]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
charset = latin1