-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Automatic Formatting is using 4 spaces instead of what I set it to use #16386
Labels
Comments
Language? |
C# |
Is a random problem? I ask because we have similar problem with JS/TS (#15316). |
I haven't noticed it being random. |
re #16386 (comment) - I don't think so |
This issue was moved to dotnet/vscode-csharp#1015 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Steps to Reproduce:
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnType": false,
"editor.formatOnSave": true
The text was updated successfully, but these errors were encountered: