templates/starters/typescript/.prettierrc

8 lines
106 B
Plaintext

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