mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"omnisharp.enableEditorConfigSupport": true,
|
|
"files.associations": {
|
|
"*.md": "mdx"
|
|
}
|
|
}
|