mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
add formatting defaults (#5990)
This commit is contained in:
parent
7b74188e91
commit
b1ffea8cd4
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -13,4 +13,7 @@
|
|||||||
"*.njson": "ndjson"
|
"*.njson": "ndjson"
|
||||||
},
|
},
|
||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.formatOnSaveMode": "modificationsIfAvailable",
|
||||||
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user