51 lines
857 B
JSON
51 lines
857 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"[markdown]": {
|
|
"editor.wordWrap": "on",
|
|
"editor.renderWhitespace": "all",
|
|
"editor.acceptSuggestionOnEnter": "off"
|
|
},
|
|
"cSpell.words": [
|
|
"aire-one",
|
|
"aireone",
|
|
"akorn",
|
|
"ansicolors",
|
|
"awesomewm",
|
|
"buildx",
|
|
"dryrun",
|
|
"getcontent",
|
|
"gitea",
|
|
"htmlparser",
|
|
"isdir",
|
|
"justfile",
|
|
"libc",
|
|
"lldebugger",
|
|
"lpath",
|
|
"Luacheck",
|
|
"luacheckrc",
|
|
"luafilesystem",
|
|
"lualogging",
|
|
"Luarocks",
|
|
"luasec",
|
|
"luasocket",
|
|
"mkdir",
|
|
"modname",
|
|
"rockspec",
|
|
"setopt",
|
|
"stringx",
|
|
"Stylua",
|
|
"sublist",
|
|
"tablex",
|
|
"tmpl",
|
|
"wibox",
|
|
"woodpeckerci",
|
|
"writefunction"
|
|
],
|
|
"files.associations": {
|
|
".luacheckrc": "lua",
|
|
"*.rockspec": "lua",
|
|
".busted": "lua"
|
|
}
|
|
}
|