Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit dc48eeb

Browse files
committed
dev: Set up default JSON formatter on VS Code
1 parent 25db092 commit dc48eeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
"i18n-ally.localesPaths": [
99
"./src/public/translations"
1010
],
11+
"[jsonc]": {
12+
"editor.defaultFormatter": "vscode.json-language-features"
13+
},
1114
}

0 commit comments

Comments
 (0)