razor-tooling/.vscode/settings.json

21 строка
480 B
JSON

{
"files.trimTrailingWhitespace": true,
"files.trimTrailingWhitespaceInRegexAndStrings": false,
"files.associations": {
"*.*proj": "xml",
"*.props": "xml",
"*.targets": "xml",
"*.tasks": "xml"
},
"[yaml]": {
"editor.tabSize": 2
},
"[json]": {
"editor.tabSize": 2
},
"dotnet.defaultSolution": "Razor.sln",
"omnisharp.defaultLaunchSolution": "Razor.sln",
"files.encoding": "utf8bom",
"dotnet.testWindow.disableBuildOnRefresh": true
}