You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is that there are twoIndentSwitchCaseSection settings support by the C# formatter in Roslyn, but OmniSharp only exposes one of them. The other option is IndentSwitchCaseSectionWhenBlock, which OmniSharp needs to support.
How to reproduce:
Add/set the following in
omnisharp.json
:Format the following C# code:
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: