aspnetcore/.vscode/settings.json

9 lines
101 B
JSON

{
"files.associations": {
"*.json.in": "json"
},
"[json]": {
"editor.tabSize": 2
}
}