suna/frontend/.prettierrc

8 lines
105 B
Plaintext
Raw Permalink Normal View History

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