mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 02:29:01 +00:00
16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"C_Cpp.default.cStandard": "gnu11",
|
|
"C_Cpp.default.cppStandard": "gnu++14",
|
|
"C_Cpp.default.includePath": [
|
|
"src/fakerw",
|
|
"src/math",
|
|
"src/render",
|
|
"src/skel",
|
|
"vendor/librw"
|
|
],
|
|
"C_Cpp.vcFormat.indent.gotoLabels": "leftmostColumn",
|
|
"C_Cpp.vcFormat.space.pointerReferenceAlignment": "right",
|
|
"cSpell.enabled": false,
|
|
"files.trimFinalNewlines": false,
|
|
"files.trimTrailingWhitespace": false
|
|
}
|