1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
fq/.vscode/settings.json

165 lines
2.9 KiB
JSON
Raw Normal View History

2020-06-08 03:29:51 +03:00
{
"cSpell.words": [
"AACSSR",
"acsp",
"addrbase",
2021-10-29 19:46:19 +03:00
"annexb",
2020-06-08 03:29:51 +03:00
"APETAGEX",
"APEV",
"APIC",
"Arity",
"BCDU",
2021-09-23 19:35:04 +03:00
"bgrep",
"bitio",
2021-10-29 19:46:19 +03:00
"bxor",
"bzip",
2020-06-08 03:29:51 +03:00
"CCIT",
"chzyer",
2021-09-01 16:16:42 +03:00
"CLIUNICODE",
2020-06-08 03:29:51 +03:00
"CLLID",
"coef",
2021-10-19 16:44:15 +03:00
"coeff",
"Coeffs",
2020-06-08 03:29:51 +03:00
"colorjson",
2021-09-23 19:35:04 +03:00
"cond",
2020-06-08 03:29:51 +03:00
"cpus",
"ctxreadseeker",
"ctxstack",
"demuxed",
"descr",
"dumpaddr",
"ebml",
2020-06-08 03:29:51 +03:00
"elif",
"endians",
"Equalisation",
"Errorer",
2021-08-14 20:50:17 +03:00
"errorln",
2020-06-08 03:29:51 +03:00
"esds",
"eval",
"Exif",
"Exiter",
"FALLID",
2021-09-23 19:35:04 +03:00
"fgrep",
2020-06-08 03:29:51 +03:00
"fpbits",
"fqtest",
"ftyp",
"funcs",
"goarch",
"gofmt",
"goimports",
"gojq",
"gojqextra",
"golangci",
"GOPATH",
2020-06-08 03:29:51 +03:00
"gosec",
"gosimple",
2021-08-14 20:50:17 +03:00
"gsub",
"HEIC",
"HEVC",
"Horz",
"IDID",
"IEND",
"IHDR",
2020-06-08 03:29:51 +03:00
"iinf",
"iloc",
"ilst",
"inband",
"infe",
"interp",
"ioextra",
"ipco",
"iprint",
"iprp",
2021-09-23 19:35:04 +03:00
"isempty",
2020-06-08 03:29:51 +03:00
"itchyny",
"ldflags",
"libavformat",
"Linearization",
2020-06-08 03:29:51 +03:00
"localizable",
"luma",
"matroska",
2021-10-19 16:44:15 +03:00
"metadatablocsk",
2020-06-08 03:29:51 +03:00
"mfhd",
"mfra",
"mfro",
2021-11-01 15:08:52 +03:00
"mitchellh",
"MJPEG",
2020-06-08 03:29:51 +03:00
"moof",
"moov",
"mvex",
"nals",
"nalu",
"nalus",
"noctx",
"nolint",
"obus",
"origptr",
"OSFS",
"Packetized",
2020-06-08 03:29:51 +03:00
"pcap",
2021-11-29 15:34:45 +03:00
"pcapng",
2020-06-08 03:29:51 +03:00
"pmezard",
"println",
"protobuf",
"PSSH",
2020-06-08 03:29:51 +03:00
"randomised",
"RDBs",
2020-06-08 03:29:51 +03:00
"recoverfn",
"RELA",
2020-06-08 03:29:51 +03:00
"rpad",
2021-09-01 16:16:42 +03:00
"rtrimstr",
2020-06-08 03:29:51 +03:00
"sels",
"sfns",
2020-06-08 03:29:51 +03:00
"shquote",
"sidx",
"SMPTE",
2020-06-08 03:29:51 +03:00
"stco",
"stedolan",
"struct",
"structcheck",
"stsc",
"stsd",
"stsz",
"stts",
"synchronisation",
"syncmapl",
"tfdt",
"tfhd",
"tfra",
"tmpl",
"toarray",
"toboolean",
"tobytes",
2021-10-29 19:46:19 +03:00
"tobytesrange",
2020-06-08 03:29:51 +03:00
"toimage",
"tojson",
2020-06-08 03:29:51 +03:00
"tojvalue",
"tovalue",
"traf",
"trex",
"trun",
"TSSE",
2020-06-08 03:29:51 +03:00
"udta",
"ufffd",
"UIDID",
"Uinteger",
2020-06-08 03:29:51 +03:00
"unconvert",
"unparam",
"Unsychronized",
"UTCID",
2021-09-23 19:35:04 +03:00
"vgrep",
"WEBP",
"Xiph",
2020-06-08 03:29:51 +03:00
"xrange"
],
"editor.formatOnSave": true,
"cSpell.allowCompoundWords": true,
"cSpell.enabled": true,
"[plaintext]": {
"files.trimTrailingWhitespace": false,
},
2021-12-04 18:45:25 +03:00
"[jq]": {
"editor.tabSize": 2,
},
"fracturedjsonvsc.MaxInlineLength": 160,
2020-06-08 03:29:51 +03:00
}