Spotify.NET/.vscode/settings.json
2020-06-05 19:31:08 +02:00

9 lines
144 B
JSON

{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"files.associations": {
"*.md": "mdx"
},
}