Files
bruno/packages/bruno-app/.prettierrc.json
2024-04-19 00:34:04 +05:30

8 lines
107 B
JSON

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