busted-tl/.vscode/settings.json

10 lines
215 B
JSON
Raw Normal View History

2023-04-23 03:34:05 +02:00
{
"cSpell.words": ["fname", "luacheckrc", "rockspec", "traceback"],
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"files.associations": {
".luacheckrc": "lua",
"*.rockspec": "lua"
}
}