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