更新 'settings.json'

This commit is contained in:
colin 2022-05-11 17:29:49 +08:00
parent ed0ae78c75
commit c3e4254bb8
1 changed files with 9 additions and 0 deletions

View File

@ -138,4 +138,13 @@
"gitlens.blame.compact": false, "gitlens.blame.compact": false,
"gitlens.heatmap.locations": [], "gitlens.heatmap.locations": [],
"workbench.activityBar.visible": false, "workbench.activityBar.visible": false,
"emeraldwalk.runonsave": {
"commands": [
{
"match": ".td",
"isAsync": true,
"cmd": "clang-format -i ${file}"
}
]
},
} }