Spotify.NET/.vscode/settings.json

8 lines
206 B
JSON
Raw Normal View History

2020-03-09 19:48:14 +00:00
{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"csharpfixformat.style.braces.onSameLine": false,
"csharpfixformat.style.spaces.beforeParenthesis": false,
}