react-circular-progressbar/.prettierrc.json
2019-03-10 23:25:43 -07:00

7 lines
100 B
JSON

{
"arrowParens": "always",
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}