bruno/.prettierrc.json
2023-08-19 10:40:54 +02:00

8 lines
107 B
JSON

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