mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
* Setup pre-commit so it runs locally before every git push * Update .pre-commit-config.yaml * added more checks * update readme * Apply suggestions from code review Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com> * remove cargo-check --------- Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
17 lines
216 B
Text
17 lines
216 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "root",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "envoyfilter",
|
|
"path": "envoyfilter"
|
|
},
|
|
{
|
|
"name": "demos",
|
|
"path": "./demos"
|
|
},
|
|
],
|
|
"settings": {}
|
|
}
|