We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've configured VS Code to always use tabs:
// Place your settings in this file to overwrite the default settings { "editor.insertSpaces": false }
But C# Format Code command (Shift+Alt+F) always replaces tabs with spaces. I'm using OS X El Capitan.
The text was updated successfully, but these errors were encountered:
This is because OmniSharp doesn't support per request formatting options (https://github.com/OmniSharp/omnisharp-roslyn/blob/master/src/OmniSharp.Abstractions/Models/v1/FormatRangeRequest.cs#L6). Moving to OmniSharp for that.
Sorry, something went wrong.
@anfomin - Do workaround this, you can create an omnisharp.json with the config
omnisharp.json
This issue was moved to OmniSharp/omnisharp-roslyn#366
jrieken
No branches or pull requests
I've configured VS Code to always use tabs:
But C# Format Code command (Shift+Alt+F) always replaces tabs with spaces. I'm using OS X El Capitan.
The text was updated successfully, but these errors were encountered: