OpenDTU/webapp/.prettierrc.json
2024-07-05 21:32:26 +02:00

9 lines
162 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "es5"
}