Merge "Title: Always add title to LinkCache when necessary (in 3 methods)"
[lhc/web/wiklou.git] / .jscsrc
1 {
2 "preset": "wikimedia",
3
4 "disallowKeywordsOnNewLine": null,
5 "disallowQuotedKeysInObjects": null,
6 "requireSpacesInsideArrayBrackets": null,
7 "validateIndentation": null
8 }