Files
OpenDTU/webapp/.prettierrc.json

9 lines
162 B
JSON
Raw Normal View History

2024-07-05 21:32:26 +02:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "es5"
}