mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(vscode): set XML formatter
This commit is contained in:
parent
f209e4f14d
commit
1ba6104e36
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -19,5 +19,12 @@
|
|||||||
"[css]": {
|
"[css]": {
|
||||||
"editor.defaultFormatter": "vscode.css-language-features"
|
"editor.defaultFormatter": "vscode.css-language-features"
|
||||||
},
|
},
|
||||||
"npm.exclude": ["**/build", "**/dist", "**/out/**"]
|
"npm.exclude": [
|
||||||
|
"**/build",
|
||||||
|
"**/dist",
|
||||||
|
"**/out/**"
|
||||||
|
],
|
||||||
|
"[xml]": {
|
||||||
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user