valkyrie-api-types/.prettierrc.json

8 lines
141 B
JSON
Raw Normal View History

2024-09-11 22:51:40 -07:00
{
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}