egoport/.prettierrc.json
2023-11-20 19:32:02 +01:00

8 lines
106 B
JSON

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2
}