更新 settings.json
This commit is contained in:
parent
b06b96aef6
commit
996d008a72
|
@ -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",
|
||||
// ],
|
||||
}
|
Loading…
Reference in New Issue