valkyrie-api-types/.prettierrc.json
2024-09-12 19:14:45 +12:00

8 lines
136 B
JSON

{
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}