valkyrie-api-types/.prettierrc.json
2024-09-12 17:51:40 +12:00

8 lines
No EOL
141 B
JSON

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