1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00

fix: shorten indexes to fix issues with index limits (#5045)

This commit is contained in:
Michael Genson 2025-02-11 09:54:32 -06:00 committed by GitHub
parent 3534e445d8
commit cb9008bb5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 155 additions and 3 deletions

View file

@ -60,5 +60,9 @@
},
"[vue]": {
"editor.formatOnSave": false
},
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff"
}
}