speed-flowchart-web/.prettierrc

12 lines
No EOL
247 B
Text

{
"semi": true,
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": true,
"useTabs": false,
"arrowParens": "avoid",
"jsxSingleQuote": true,
"trailingComma": "all",
"endOfLine": "auto"
}