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
thanks a lot for the issue - however, OmniSharp doesn't have its own formatting engine - we merely expose to the users the features what Roslyn gives us (and, well, not just us but also, for example, Visual Studio). The issue you mentioned is already logged in the Roslyn repo dotnet/roslyn#36913
once that's available in Roslyn, we will have it in OmniSharp
The current collection of Configuration Options do not seem to include an option to disable newlines before the opening brace of a Switch Expression.
This creates visual inconsistencies with switch statements for projects that have e.g., NewLinesForBracesInControlBlocks set to false.
Could we get a new property for switch expressions (or have an existing property mapped) to allow for consistency in formatting?
The text was updated successfully, but these errors were encountered: