mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
8 lines
107 B
JSON
8 lines
107 B
JSON
|
{
|
||
|
"trailingComma": "none",
|
||
|
"tabWidth": 2,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 180
|
||
|
}
|