bruno/packages/bruno-app/.prettierrc.json
2022-10-20 15:09:30 +05:30

8 lines
107 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 180
}