Files
web/.vscode/settings.json
Austin d2cb51d489 Execute oxfmt (#1166)
Ran
pnpm oxfmt .

This should get the web repo aligned so that we can better enforce oxfmt going forward.
2026-06-16 20:30:08 -04:00

7 lines
96 B
JSON

{
"editor.formatOnSave": true,
"search.exclude": {
"**/i18n/locales/*-*/**": true
}
}