mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-05 14:55:38 +01:00
10 lines
180 B
INI
10 lines
180 B
INI
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
|