12 lines
282 B
JSON
12 lines
282 B
JSON
|
{
|
||
|
"editor.defaultFormatter": "ms-vscode.cpptools",
|
||
|
"editor.formatOnPaste": true,
|
||
|
"editor.formatOnSave": true,
|
||
|
"files.autoSave": "onFocusChange",
|
||
|
"[cpp]": {
|
||
|
"editor.defaultFormatter": "ms-vscode.cpptools"
|
||
|
},
|
||
|
"cmake.configureOnOpen": false,
|
||
|
"C_Cpp.formatting": "vcFormat"
|
||
|
}
|