speed-flowchart-web/.prettierrc

12 lines
247 B
Plaintext
Raw Normal View History

2022-07-27 02:55:05 +02:00
{
"semi": true,
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": true,
"useTabs": false,
"arrowParens": "avoid",
"jsxSingleQuote": true,
"trailingComma": "all",
"endOfLine": "auto"
}