vulpine-fe/.prettierrc.json

9 lines
159 B
JSON
Raw Permalink Normal View History

2023-12-19 17:40:02 +01:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"useTabs": true,
"singleQuote": false,
2023-12-20 17:13:48 +01:00
"printWidth": 120,
"trailingComma": "all"
2023-12-19 17:40:02 +01:00
}