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
VS Code keeps changing some lines to have spaces instead of tabs in the leading whitespace.
Use these settings: "editor.tabSize": 4, "editor.insertSpaces": false, "editor.detectIndentation": false, "editor.formatOnType": true,
Type some code that triggers formatOnType to activate a format change.
Line is formatted using tabs for leading whitespace, because of the insertSpaces setting.
Line is formatted with spaces instead of tabs for the leading whitespace.
The text was updated successfully, but these errors were encountered:
Is this in an html file? Could be #13563
Sorry, something went wrong.
No, this is while editing C#
Related @aeschli?
This issue was moved to dotnet/vscode-csharp#834
aeschli
No branches or pull requests
1.6.1
OSX (10.11.6)
Searchable description
VS Code keeps changing some lines to have spaces instead of tabs in the leading whitespace.
Steps to Reproduce:
Use these settings:
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.formatOnType": true,
Type some code that triggers formatOnType to activate a format change.
Expected behaviour:
Line is formatted using tabs for leading whitespace, because of the insertSpaces setting.
Actual behaviour:
Line is formatted with spaces instead of tabs for the leading whitespace.
The text was updated successfully, but these errors were encountered: