Notes/.vscode/settings.json
2024-07-23 22:52:34 +03:00

10 lines
247 B
JSON

{
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": [
"./src/public/translations"
],
}