-
Notifications
You must be signed in to change notification settings - Fork 446
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
Code fixes force tabs for indentation #557
Comments
Ok so that's interesting. Code snippets (like ctor) are indented with tabs, but vscode fixes the indentation on-the-fly, according to its preferences. Anyways, @MeikTranel, one way to mitigate the problem is to add this to your project's
|
@fbricon What you said is exactly what sparked my confusion with the title. Aren't code fixes a language server thing? |
I logged an issue for vscode on this issue. On the language side, @fbricon Which setting should be honor? If we honer eclipse setting, there is nothing left to do. |
This issue persists when the fix is triggered in a different file from where the fix is applied. For example when in a class I hope I made myself clear, and would happily elaborate if anything was unclear. Cheers! |
When using a java code fixes, the extension forces tabs into a 4-Space indentation workspace
Environment
Steps To Reproduce
Current Result
Injects tabs
Expected Result
adheres to user->workspace-settings
The text was updated successfully, but these errors were encountered: