nim-asynciterators/.vscode/settings.json
2025-07-31 12:43:39 +02:00

14 lines
255 B
JSON

{
"nim.projectMapping": [
{
"projectFile": "tests/testiter.nim",
"fileRegex": "tests/.*\\.nim"
},
{
"projectFile": "asynciterators.nim",
"fileRegex": "asynciterators/.*\\.nim"
}
],
"nim.formatOnSave": true,
}