doc.silverstripe.org/.prettierrc

8 lines
108 B
Plaintext
Raw Normal View History

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