forked from microsoft/vscode-editorconfig
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
indent_size
overrides tab_size
for tab characters
#346
Comments
Note that there is a recent fix in VSCode itself: microsoft/vscode#155450 Before this, VSCode was not able to distinguish tab and indent size, but it is now possible. |
Related: #341 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please fill-in this template.
code --disable-extensions
and the issue did NOT present itself.Issue
1.75.0-insider
v0.16.4
Root
.editorconfig
FileAre there any other relevant
.editorconfig
files in your project? Noeditor.insertSpaces
true
____
____
editor.tabSize
4
_
_
editor.trimAutoWhitespace
true
false
____
files.autoSave
"off"
"___"
"___"
files.insertFinalNewline
false
true
_____
files.trimTrailingWhitespace
false
_____
_____
File opened
./devcontainer.json
Expected behavior
Actual behavior
Additional comments or steps to reproduce
The text was updated successfully, but these errors were encountered: