bruno/packages/bruno-app/.prettierrc.json

8 lines
107 B
JSON
Raw Normal View History

2022-10-20 11:39:30 +02:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 180
}