mirror of
https://github.com/logos-storage/nim-asynciterators.git
synced 2026-01-04 06:23:10 +00:00
14 lines
255 B
JSON
14 lines
255 B
JSON
|
|
{
|
||
|
|
"nim.projectMapping": [
|
||
|
|
{
|
||
|
|
"projectFile": "tests/testiter.nim",
|
||
|
|
"fileRegex": "tests/.*\\.nim"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"projectFile": "asynciterators.nim",
|
||
|
|
"fileRegex": "asynciterators/.*\\.nim"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"nim.formatOnSave": true,
|
||
|
|
}
|