1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-01-14 01:48:20 +01:00
bruno/.prettierrc.json

8 lines
107 B
JSON

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