vulpine-fe/.prettierrc.json

9 lines
165 B
JSON
Raw Normal View History

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