mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
3349fe56ea
* inso * insomnia * testing * sdk * remove base and eslint configs * fix lock
19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"json.schemas": [],
|
|
"files.associations": {
|
|
"*.db": "ndjson",
|
|
"*.jsonl": "ndjson",
|
|
"*.njson": "ndjson"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "modifications",
|
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
}
|