awesomewm.d.tl/.vscode/settings.json

36 lines
623 B
JSON

{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"[markdown]": {
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.acceptSuggestionOnEnter": "off"
},
"cSpell.words": [
"ansicolors",
"awesomewm",
"getcontent",
"htmlparser",
"isdir",
"justfile",
"lldebugger",
"Luacheck",
"luacheckrc",
"lualogging",
"Luarocks",
"luasec",
"luasocket",
"mkdir",
"setopt",
"Stylua",
"tablex",
"tmpl",
"wibox",
"writefunction"
],
"files.associations": {
".luacheckrc": "lua",
"*.rockspec": "lua"
}
}