zig-lys/.vscode/settings.json

16 lines
286 B
JSON
Raw Permalink Normal View History

2024-11-23 22:43:29 +00:00
{
"zig.path": "zig",
"zig.zls.path": "zls",
2024-11-28 15:56:56 +00:00
"zig.formattingProvider": "extension",
2024-11-28 21:39:44 +00:00
"zig.buildOnSave": true,
"zig.zls.buildOnSaveStep": "build",
2024-11-23 22:43:29 +00:00
"biome.enabled": false,
"[zig]": {
"prettier.tabWidth": 4,
2024-11-28 15:56:56 +00:00
"editor.tabSize": 4,
"editor.formatOnSave": true
2024-11-23 22:43:29 +00:00
}
}