dev.luanti.org/.vscode/settings.json
Mark Wiemer 38571af557
Add spell-checker and start fixups (#88)
* Add recommended spell checker extension

* Don't format on save

* Add cSpell for local checking

* Move cSpell words to cspell.json

* Remove cspell settings

* Add Luanti as known word

* Test entire content folder

* Replace `ozxa` with `test` for clarity

* Add some blockbench words to cspell

* Fixup weblate.md

* Add some weblate words

* Document how to disable spell-checker for blocks

* Fixup mods-and-games.md

* Fixup a good chunk of changelog.md

* Simplify comment syntax

* Add whitespace for readability
2024-12-21 16:17:43 +01:00

4 lines
36 B
JSON

{
"editor.formatOnSave": false,
}