insomnia/.vscode/settings.json
2023-07-25 12:20:39 +02:00

13 lines
309 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",
}