mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
{
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"printWidth": 100
|
|
}
|