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
Format selection / Format document commands seem to ignore the current EditorConfig settings when applied to a C# file.
I'm not sure if this repo is the right place for to log the issue. Please correct me if it should be elsewhere.
(2 theme extensions excluded)
Steps to Reproduce:
.editorconfig
root = true [*] indent_style = tab
One thing to note - "omnisharp.useEditorFormattingSettings" is set to true in my configuration.
"omnisharp.useEditorFormattingSettings"
true
Reproduces without extensions: No
The text was updated successfully, but these errors were encountered:
This issue was moved to dotnet/vscode-csharp#1726
Sorry, something went wrong.
No branches or pull requests
Format selection / Format document commands seem to ignore the current EditorConfig settings when applied to a C# file.
I'm not sure if this repo is the right place for to log the issue. Please correct me if it should be elsewhere.
(2 theme extensions excluded)
Steps to Reproduce:
.editorconfig
file in a directory:One thing to note -
"omnisharp.useEditorFormattingSettings"
is set totrue
in my configuration.Reproduces without extensions: No
The text was updated successfully, but these errors were encountered: