react-app-typescript-template/.prettierrc
2020-09-21 10:06:53 +07:00

7 lines
98 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "all",
"singleQuote": true
}