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

63 lines
1.1 KiB
JSON
Raw Normal View History

2022-06-26 17:37:53 +02:00
{
"[markdown]": {
"editor.acceptSuggestionOnEnter": "off",
2022-06-26 17:37:53 +02:00
"editor.renderWhitespace": "all",
"editor.wordWrap": "on"
2022-06-26 17:37:53 +02:00
},
"cSpell.words": [
2022-12-09 20:11:28 +01:00
"aire-one",
"aireone",
"akorn",
2022-06-26 17:37:53 +02:00
"ansicolors",
"awesomewm",
"awesomewmdtl",
2022-11-28 19:48:54 +01:00
"buildx",
2023-05-13 14:33:10 +02:00
"concat",
2022-11-28 19:48:54 +01:00
"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",
2023-05-08 23:12:16 +02:00
"includeuntestedfiles",
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",
"lpath",
2022-06-26 17:37:53 +02:00
"Luacheck",
"luacheckrc",
2023-05-08 23:12:16 +02:00
"luacov",
"luafilesystem",
2022-06-26 17:37:53 +02:00
"lualogging",
"Luarocks",
"luasec",
"luasocket",
2022-08-15 15:44:00 +02:00
"mkdir",
"modname",
2023-05-08 23:12:16 +02:00
"reportfile",
2023-04-24 00:14:32 +02:00
"rockspec",
2023-09-10 19:55:03 +02:00
"rockspecs",
2023-05-13 14:33:10 +02:00
"rstrip",
2023-05-08 23:12:16 +02:00
"runreport",
2022-06-26 17:37:53 +02:00
"setopt",
2023-05-08 23:12:16 +02:00
"statsfile",
2023-02-04 00:41:20 +01:00
"stringx",
2022-06-26 17:37:53 +02:00
"Stylua",
"sublist",
"tablex",
"tbody",
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"
],
"debug.allowBreakpointsEverywhere": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
2022-06-26 17:37:53 +02:00
"files.associations": {
".busted": "lua",
2022-06-26 17:37:53 +02:00
".luacheckrc": "lua",
2023-05-08 23:12:16 +02:00
".luacov": "lua",
"*.rockspec": "lua"
2022-06-26 17:37:53 +02:00
}
}