1
0
mirror of https://github.com/LibreScore/dl-librescore synced 2024-09-20 01:21:34 +02:00
dl-librescore/.vscode/settings.json
2022-03-23 21:45:32 -03:00

18 lines
602 B
JSON

{
"eslint.options": {},
"eslint.validate": ["javascript", "typescript"],
"editor.tabSize": 2,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.format.insertSpaceAfterConstructor": true,
"typescript.format.insertSpaceAfterConstructor": true,
"[typescript]": {
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": ["src/i18n"]
}