Foxnouns.NET/Foxnouns.Frontend/.vscode/settings.json

9 lines
263 B
JSON
Raw Permalink Normal View History

{
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"i18n-ally.localesPaths": ["src/lib/i18n", "src/lib/i18n/locales"],
"i18n-ally.keystyle": "nested",
"explorer.sortOrder": "filesFirst",
"explorer.compactFolders": false
}