This repository has been archived on 2021-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-49/.vscode/settings.json

9 lines
140 B
JSON

{
"cSpell.words": [
"clippy",
"raylib",
"renderable"
],
"rust-analyzer.checkOnSave.command": "clippy"
}