dolphins7.skeleton/twenty-client/.prettierrc

8 lines
132 B
Text

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"printWidth": 80,
"arrowParens": "avoid"
}