1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-07-03 12:01:46 +02:00
GiantsTools/Sdk/External/DirectXTK/.editorconfig

10 lines
180 B
INI
Raw Normal View History

2021-01-24 00:40:09 +01:00
root = true
[*.{cpp,h,inl,fx,fxh,hlsl,hlsli}]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
charset = latin1