mirror of
https://github.com/logos-storage/nim-asynciterators.git
synced 2026-01-02 13:33:08 +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,
|
|
}
|