eg/node/.prettierrc
2024-11-03 15:33:27 -06:00

9 lines
145 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 110,
"arrowParens": "avoid"
}