Spotify.NET/.vscode/settings.json

10 lines
190 B
JSON
Raw Normal View History

2020-03-09 19:48:14 +00:00
{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
2020-11-13 13:43:00 +00:00
"omnisharp.enableEditorConfigSupport": true,
2020-06-05 12:35:21 +01:00
"files.associations": {
"*.md": "mdx"
2020-11-13 13:43:00 +00:00
}
2020-03-09 19:48:14 +00:00
}