templates/starters/typescript/.prettierrc

8 lines
106 B
Plaintext
Raw Permalink Normal View History

2022-09-07 23:56:09 +03:00
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}