10 lines
232 B
JSON
10 lines
232 B
JSON
|
{
|
||
|
"editor.insertSpaces": true,
|
||
|
"editor.tabSize": 4,
|
||
|
"files.encoding": "utf8",
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"files.insertFinalNewline": true,
|
||
|
"editor.rulers": []
|
||
|
"dotnet.defaultSolution": "IntroSkipper.sln",
|
||
|
}
|