luarocks-build-teal/.vscode/settings.json

12 lines
255 B
JSON

{
"cSpell.words": ["libdir", "luadir", "luarocks", "rockspec"],
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"files.associations": {
".busted": "lua",
".luacheckrc": "lua",
".luacov": "lua",
"*.rockspec": "lua"
}
}