suna/frontend/.prettierrc

8 lines
105 B
Plaintext

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