chore: format .vscode/settings.json for consistency

This commit is contained in:
2025-09-03 23:02:19 -03:00
parent 2dc472c60e
commit e76a8b0ea6

View File

@@ -31,5 +31,6 @@
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit", "source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit" "source.organizeImports.biome": "explicit"
} },
"cSpell.words": ["Reflecto"]
} }