Files
ScoutingApp2022/.prettierrc.json
T

6 lines
99 B
JSON
Raw Normal View History

2022-01-29 14:05:28 +00:00
{
"prettier.printWidth": 400,
"prettier.semi": false,
"prettier.singleQuote": true
}