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.zls.path": "zls",
|
||||
"zig.initialSetupDone": true,
|
||||
"zig.formattingProvider": "zls",
|
||||
"zig.formattingProvider": "extension",
|
||||
|
||||
"biome.enabled": false,
|
||||
|
||||
"[zig]": {
|
||||
"prettier.tabWidth": 4,
|
||||
"editor.tabSize": 4
|
||||
"editor.tabSize": 4,
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue