mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 08:51:13 +00:00
VS Code settings for code and debugging (Linux x64 only)
This commit is contained in:
parent
c31e3e6823
commit
5454456cb3
3 changed files with 81 additions and 0 deletions
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue