Spotify.NET/.vscode/settings.json

9 lines
144 B
JSON
Raw Normal View History

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