node-deadline
Version:
Module to interface with Deadline Compute Management System by Thinkbox Software
14 lines • 438 B
Plain Text
{
"preset" : "jquery",
"disallowTabs": true,
"validateIndentation": 2,
"validateLineBreaks": "LF",
"maximumLineLength": 120,
"requireCapitalizedComments": false,
"disallowCapitalizedComments": false,
"disallowNewlineBeforeBlockStatements" : true,
"requireMultipleVarDecl": { "allExcept": ["require"] },
"requireVarDeclFirst": true,
"disallowKeywordsOnNewLine": false,
"requireKeywordsOnNewLine": ["else", "case"]
}