doc.silverstripe.org/.prettierrc

8 lines
108 B
Plaintext
Raw Normal View History

2019-11-08 15:40:20 +13:00
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}