Fix formatter things
This commit is contained in:
parent
7c22a46b0d
commit
d441a6d044
1 changed files with 3 additions and 3 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"zig.path": "zig",
|
"zig.path": "zig",
|
||||||
"zig.zls.path": "zls",
|
"zig.zls.path": "zls",
|
||||||
"zig.initialSetupDone": true,
|
"zig.formattingProvider": "extension",
|
||||||
"zig.formattingProvider": "zls",
|
|
||||||
|
|
||||||
"biome.enabled": false,
|
"biome.enabled": false,
|
||||||
|
|
||||||
"[zig]": {
|
"[zig]": {
|
||||||
"prettier.tabWidth": 4,
|
"prettier.tabWidth": 4,
|
||||||
"editor.tabSize": 4
|
"editor.tabSize": 4,
|
||||||
|
"editor.formatOnSave": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue