Files
leagues-tools/os-league-tools-master/.prettierrc.json

8 lines
116 B
JSON

{
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"arrowParens": "avoid"
}