[READ-ONLY] a fast, modern browser for the npm registry

chore: add format settings (#1128)

authored by

山吹色御守 and committed by
GitHub
64ca2c67 ecd6a5bb

+3 -1
+3 -1
.vscode/settings.json
··· 1 1 { 2 - "i18n-ally.localesPaths": ["./i18n/locales"], 2 + "editor.defaultFormatter": "oxc.oxc-vscode", 3 + "editor.formatOnSave": true, 3 4 "i18n-ally.keystyle": "nested", 5 + "i18n-ally.localesPaths": ["./i18n/locales"], 4 6 "typescript.tsdk": "node_modules/typescript/lib" 5 7 }