Merge "Don't break autolinks by stripping the final semicolon from an entity."
[lhc/web/wiklou.git] / .jscsrc
1 {
2 "preset": "wikimedia",
3
4 "disallowKeywordsOnNewLine": null,
5 "disallowQuotedKeysInObjects": null,
6 "requireSpacesInsideArrayBrackets": null,
7 "validateIndentation": null
8 }