free-jqgrid
Version:
grid as jQuery plugin - fork of jqGrid before licensing change
13 lines • 404 B
Plain Text
{
"preset": "crockford",
"validateIndentation": "\t",
"requireMultipleVarDecl": null,
"disallowDanglingUnderscores": null,
"requireBlocksOnNewline": null,
"disallowKeywords": ["with"],
"disallowSpaceAfterObjectKeys": true,
//"validateQuoteMarks": "\"",
"requireSpaceAfterComma": {"allExcept": ["trailing"]},
"requireSpacesInsideObjectBrackets": "all",
"requireVarDeclFirst": null
}