Skip to content

Commit 64ca2c6

Browse files
authored
chore: add format settings (#1128)
1 parent ecd6a5b commit 64ca2c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"i18n-ally.localesPaths": ["./i18n/locales"],
2+
"editor.defaultFormatter": "oxc.oxc-vscode",
3+
"editor.formatOnSave": true,
34
"i18n-ally.keystyle": "nested",
5+
"i18n-ally.localesPaths": ["./i18n/locales"],
46
"typescript.tsdk": "node_modules/typescript/lib"
57
}

0 commit comments

Comments
 (0)