ts-project/.prettierrc.json

6 lines
67 B
JSON
Raw Normal View History

2021-09-13 18:15:48 +07:00
{
"tabWidth": 4,
"semi": false,
"singleQuote": false
}