Files
infram/.prettierrc.json
2024-08-17 11:36:07 +02:00

6 lines
85 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false
}