valkyrie-api-types/.prettierrc.json

9 lines
136 B
JSON
Raw Permalink Normal View History

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