vscode: Enable EditorConfig support in OmniSharp (#11627)

This commit is contained in:
xtqqczze 2020-01-24 20:22:27 +00:00 committed by Andrew
parent 920b671fb4
commit ba639a6440

View file

@ -33,5 +33,8 @@
"powershell.codeFormatting.whitespaceAroundOperator": true,
// Adds a space after a separator (',' and ';').
"powershell.codeFormatting.whitespaceAfterSeparator": true
"powershell.codeFormatting.whitespaceAfterSeparator": true,
// Omnisharp : Enable EditorConfig support
"omnisharp.enableEditorConfigSupport": true
}