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

36 lines
623 B
JSON
Raw Normal View History

2022-06-26 17:37:53 +02:00
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"[markdown]": {
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.acceptSuggestionOnEnter": "off"
},
"cSpell.words": [
"ansicolors",
"awesomewm",
"getcontent",
"htmlparser",
2022-08-15 15:44:00 +02:00
"isdir",
2022-06-26 17:37:53 +02:00
"justfile",
"lldebugger",
"Luacheck",
"luacheckrc",
"lualogging",
"Luarocks",
"luasec",
"luasocket",
2022-08-15 15:44:00 +02:00
"mkdir",
2022-06-26 17:37:53 +02:00
"setopt",
"Stylua",
"tablex",
2022-08-15 15:44:00 +02:00
"tmpl",
2022-06-26 17:37:53 +02:00
"wibox",
"writefunction"
],
"files.associations": {
".luacheckrc": "lua",
"*.rockspec": "lua"
}
}