nim-asynciterators/.vscode/settings.json

14 lines
255 B
JSON
Raw Normal View History

2025-07-31 12:07:18 +02:00
{
"nim.projectMapping": [
{
"projectFile": "tests/testiter.nim",
"fileRegex": "tests/.*\\.nim"
},
{
"projectFile": "asynciterators.nim",
"fileRegex": "asynciterators/.*\\.nim"
}
],
"nim.formatOnSave": true,
}