watzon.tech/.prettierrc

12 lines
206 B
Plaintext
Raw Normal View History

2023-09-21 04:33:27 +00:00
{
"arrowParens": "avoid",
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf"
}