dev: Set up default JSON formatter on VS Code

This commit is contained in:
Elian Doran 2024-07-25 00:30:51 +03:00
parent 25db092b41
commit dc48eeb7c1
No known key found for this signature in database

View File

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