personal-website/.prettierrc

7 lines
85 B
Plaintext

{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"semi": true
}