ants/.vscode/settings.json

11 lines
204 B
JSON
Raw Permalink Normal View History

2024-04-09 09:54:45 +02:00
{
"files.exclude": {
"**/.git": true,
"result": true,
".direnv": true
},
"files.readonlyInclude": {
"target/**": true
},
"nix.formatterPath": "nixfmt"
}