Spotify.NET/.vscode/settings.json
2020-11-13 14:43:00 +01:00

10 lines
190 B
JSON

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