mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 06:12:27 +00:00
c38597187e
Support for resolving conflicts when pulling from remote git branch.
29 lines
619 B
JSON
29 lines
619 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"
|
|
},
|
|
"cSpell.words": [
|
|
"Dismissable",
|
|
"getinsomnia",
|
|
"inso",
|
|
"libcurl",
|
|
"svgr",
|
|
"unstage",
|
|
"Unstaged",
|
|
"xmark"
|
|
],
|
|
}
|