69 lines
1.1 KiB
JSON
69 lines
1.1 KiB
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true
|
|
},
|
|
"autopep8.args": [
|
|
"--max-line-length",
|
|
"120",
|
|
"--experimental"
|
|
],
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"cSpell.words": [
|
|
"aconvert",
|
|
"ahas",
|
|
"ahash",
|
|
"aiocron",
|
|
"arrowless",
|
|
"attl",
|
|
"autonumber",
|
|
"consoletitle",
|
|
"cookiesfrombrowser",
|
|
"copyts",
|
|
"cronsim",
|
|
"daterange",
|
|
"dotenv",
|
|
"finaldir",
|
|
"flac",
|
|
"forcejson",
|
|
"forceprint",
|
|
"fribidi",
|
|
"getpid",
|
|
"gpac",
|
|
"httpx",
|
|
"levelno",
|
|
"libcurl",
|
|
"libx",
|
|
"matroska",
|
|
"mkvtoolsnix",
|
|
"mpegts",
|
|
"msvideo",
|
|
"muxdelay",
|
|
"nodesc",
|
|
"noprogress",
|
|
"plexmatch",
|
|
"postprocessor",
|
|
"preferredcodec",
|
|
"preferredquality",
|
|
"printtraffic",
|
|
"quicktime",
|
|
"timespec",
|
|
"tmpfilename",
|
|
"upgrader",
|
|
"urandom",
|
|
"vcodec",
|
|
"vconvert",
|
|
"writedescription",
|
|
"xerror"
|
|
],
|
|
"css.styleSheets": [
|
|
"ui/assets/css/*.css"
|
|
],
|
|
"spellright.language": [
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"latex"
|
|
],
|
|
}
|