更新 settings.json
This commit is contained in:
parent
26ea4e99cc
commit
da28b8c287
|
@ -1,11 +1,6 @@
|
|||
{
|
||||
"editor.tabSize": 2,
|
||||
// "[cpp]": {
|
||||
// "editor.defaultFormatter": "ms-vscode.cpptools"
|
||||
// },
|
||||
"editor.rulers": [
|
||||
80
|
||||
],
|
||||
"editor.rulers": [ 80 ],
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"workbench.colorCustomizations": {
|
||||
"editor.foldBackground": "#f9f4f4",
|
||||
|
@ -104,7 +99,8 @@
|
|||
},
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"files.associations": {
|
||||
"BUILD": "bazel"
|
||||
"BUILD": "bazel",
|
||||
"*.inc": "cpp"
|
||||
},
|
||||
"scm.countBadge": "off",
|
||||
"terminal.integrated.defaultProfile.linux": "zsh",
|
||||
|
@ -173,5 +169,5 @@
|
|||
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: google, ColumnLimit: 120}",
|
||||
"editor.defaultFormatter": "xaver.clang-format",
|
||||
"clang-format.style": "{BasedOnStyle: google, ColumnLimit: 120}",
|
||||
"workbench.statusBar.visible": false
|
||||
"workbench.activityBar.location": "hidden"
|
||||
}
|
Loading…
Reference in New Issue