13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"c-cpp-compile-run.c-flags": "-fdiagnostics-color=always -Wall -g",
|
|
"c-cpp-compile-run.output-location": "build",
|
|
"c-cpp-compile-run.save-before-compile": true,
|
|
"c-cpp-compile-run.should-show-notifications": false,
|
|
"C_Cpp.clang_format_style": "LLVM",
|
|
"[c]": {
|
|
"files.encoding": "gbk"
|
|
},
|
|
"editor.tabSize": 2,
|
|
"files.eol": "\n"
|
|
}
|