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

45 lines
761 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": [
2022-12-09 20:11:28 +01:00
"aire-one",
"aireone",
"akorn",
2022-06-26 17:37:53 +02:00
"ansicolors",
"awesomewm",
2022-11-28 19:48:54 +01:00
"buildx",
"dryrun",
2022-06-26 17:37:53 +02:00
"getcontent",
2022-11-28 19:48:54 +01:00
"gitea",
2022-06-26 17:37:53 +02:00
"htmlparser",
2022-08-15 15:44:00 +02:00
"isdir",
2022-06-26 17:37:53 +02:00
"justfile",
"libc",
2022-06-26 17:37:53 +02:00
"lldebugger",
"Luacheck",
"luacheckrc",
"luafilesystem",
2022-06-26 17:37:53 +02:00
"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",
2022-11-28 19:48:54 +01:00
"woodpeckerci",
2022-06-26 17:37:53 +02:00
"writefunction"
],
"files.associations": {
".luacheckrc": "lua",
"*.rockspec": "lua"
}
}