53 lines
819 B
JSON
53 lines
819 B
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true
|
|
},
|
|
"autopep8.args": [
|
|
"--max-line-length",
|
|
"120",
|
|
"--experimental"
|
|
],
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"cSpell.words": [
|
|
"aconvert",
|
|
"ahas",
|
|
"ahash",
|
|
"aiocron",
|
|
"arrowless",
|
|
"copyts",
|
|
"dotenv",
|
|
"finaldir",
|
|
"getpid",
|
|
"httpx",
|
|
"libcurl",
|
|
"libx",
|
|
"matroska",
|
|
"mpegts",
|
|
"msvideo",
|
|
"muxdelay",
|
|
"nodesc",
|
|
"noprogress",
|
|
"postprocessor",
|
|
"preferredcodec",
|
|
"preferredquality",
|
|
"quicktime",
|
|
"tmpfilename",
|
|
"vcodec",
|
|
"vconvert",
|
|
"writedescription",
|
|
"xerror"
|
|
],
|
|
"css.styleSheets": [
|
|
"ui/assets/css/*.css"
|
|
],
|
|
"spellright.language": [
|
|
"en-US-10-1."
|
|
],
|
|
"spellright.documentTypes": [
|
|
"markdown",
|
|
"latex",
|
|
"plaintext"
|
|
],
|
|
}
|