penpotqa/.prettierrc

8 lines
106 B
Plaintext

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