Tutorial-C/.vscode/settings.json
Even Bell 0e0c08b4eb init
2025-03-20 21:59:27 +08:00

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"
}