notebooks/components/crud-web-apps/jupyter/frontend/.prettierrc

12 lines
204 B
Plaintext

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