更新 settings.json

This commit is contained in:
colin 2025-09-12 11:27:04 +08:00
parent b06b96aef6
commit 996d008a72
1 changed files with 7 additions and 9 deletions

View File

@ -162,14 +162,12 @@
"C_Cpp.clang_format_style": "{BasedOnStyle: google, ColumnLimit: 120}",
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: google, ColumnLimit: 120}",
"C_Cpp.formatting": "clangFormat",
"C_Cpp.clang_format_path": "/usr/bin/clang-format"
// "editor.defaultFormatter": "xaver.clang-format",
// "clang-format.style": "{BasedOnStyle: google, ColumnLimit: 120}",
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"black-formatter.args": [
"--line-length=120",
],
"workbench.statusBar.visible": false,
// "[python]": {
// "editor.defaultFormatter": "ms-python.black-formatter"
// },
// "black-formatter.args": [
// "--line-length=120",
// ],
}