-
Notifications
You must be signed in to change notification settings - Fork 506
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
Wrong indentation when use tab style #1245
Comments
There are more known problems related to tab indentations. I have solved most of them a long time ago but it's PR (and several other unpublished PR's which are blocked by it) is till in the process of reviewing. |
@paul-dingemans Can you provide branch from your fork with this fixs, i will use your fork for myself? |
See https://github.com/paul-dingemans/ktlint/tree/multiline-string-indent-all-fixes. Note: this is build on the current development version of ktlint. The branch is provided as is. No support will be provided on it. |
@Keldmar @VovaStelmashchuk The PR mentioned before was merged into version 0.43.0 recently. Can you please check whether the tab indentation problems are solved for you when running with that version? Please note, that we have several open problems with this release, but they are not related to tab indentation. |
Closing issue as the problem is resolved in a previous release. Please reopen if the issue is not yet solved for you. |
I'm still experiencing this issue with 0.43.2 |
@bfichter please add details for your specific problem and setup in a new issue. |
When using tabs instead of spaces, I constantly get an error in the class constructor, if the parameters are specified vertically, in the example you can see that only the second class is validated, when using spaces there is no such problem
.editorconfig file
Sample class
The text was updated successfully, but these errors were encountered: