dev: Set up default JSON formatter on VS Code

pull/277/head
Elian Doran 2024-07-25 00:30:51 +07:00
parent 25db092b41
commit dc48eeb7c1
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

@ -8,4 +8,7 @@
"i18n-ally.localesPaths": [ "i18n-ally.localesPaths": [
"./src/public/translations" "./src/public/translations"
], ],
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
} }