anvil/striker-ui/.prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

2021-02-16 22:50:01 +00:00
{
"endOfLine": "lf",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}