mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
8 lines
314 B
JSON
8 lines
314 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"editor.wordWrapColumn": 120,
|
|
"astyle.astylerc": "${workspaceFolder}/Tools/astyle/astylerc",
|
|
"C_Cpp.default.cppStandard": "c++11",
|
|
"C_Cpp.default.cStandard": "c99",
|
|
"cmake.buildDirectory": "${workspaceRoot}/build/${variant:CONFIG}",
|
|
} |