Merge "Fix off-by-one error in the "previous 200" link in category listings with...
[lhc/web/wiklou.git] / .jscsrc
1 {
2 "preset": "wikimedia",
3
4 "disallowDanglingUnderscores": null,
5 "disallowKeywordsOnNewLine": null,
6 "disallowQuotedKeysInObjects": null,
7 "requireCamelCaseOrUpperCaseIdentifiers": null,
8 "requireSpacesInsideArrayBrackets": null,
9 "validateIndentation": null
10 }