eg/web/.prettierrc

9 lines
145 B
Plaintext
Raw Normal View History

2024-11-03 21:33:27 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 110,
"arrowParens": "avoid"
}