safaribook-aspnet-core5-and.../QandA/frontend/.prettierrc

8 lines
139 B
Plaintext
Raw Normal View History

{
"printWidth": 80,
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"endOfLine": "auto"
}