speed-flowchart-web/.prettierrc

12 lines
247 B
Plaintext

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