Open VaustXIII opened 3 years ago
It would be nice to have the omnisharp.json formatter option to not indent namespace blocks:
namespace Foo { class Bar { int value; } }
Instead of:
You'll need to open this request on dotnet/roslyn, the formatter is not something OmniSharp controls directly.
It would be nice to have the omnisharp.json formatter option to not indent namespace blocks:
Instead of: