sunrise-cms/.prettierrc.json

8 lines
118 B
JSON

{
"trailingComma": "none",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 100
}