multipass-torrent
Version:
Collects torrents from various sources (dump, RSS, HTML pages) and associates the video files within with IMDB ID
28 lines (27 loc) • 570 B
Plain Text
{
// Environments
"browser" : true,
"node" : true,
// Options
"curly" : true,
"bitwise" : false,
"immed" : true,
"latedef" : true,
"nonbsp" : true,
"nonew" : true,
"validthis": true,
"debug" : true,
"boss" : true,
"eqeqeq" : true,
"expr" : true,
"eqnull" : true,
"quotmark" : "single",
"trailing" : true,
"sub" : true,
"trailing" : true,
"undef" : true,
"laxbreak" : true,
"loopfunc" : true,
"indent" : 4,
"newcap" : false
}