react-app-typescript-template/.prettierrc

7 lines
98 B
Plaintext
Raw Normal View History

2020-09-21 10:06:53 +07:00
{
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "all",
"singleQuote": true
}