penpotqa/.prettierrc

8 lines
105 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
2023-12-28 08:34:49 +00:00
"semi": true,
"printWidth": 85
}