mirror of
https://github.com/beclab/Olares
synced 2026-04-21 21:47:56 +00:00
8 lines
175 B
JSON
8 lines
175 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"i18n-ally.localesPaths": [
|
|
"packages/locale",
|
|
"packages/app/src/i18n"
|
|
]
|
|
}
|