personal-website/studio/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

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