Skip to content
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

Ktlint 0.38.0 breaks indentation checking #67

Open
zach-klippenstein opened this issue Aug 29, 2020 · 0 comments
Open

Ktlint 0.38.0 breaks indentation checking #67

zach-klippenstein opened this issue Aug 29, 2020 · 0 comments

Comments

@zach-klippenstein
Copy link
Collaborator

Ktlint 0.38.0 removed support for configuring continuation indentation separate from non-continuation indentation via .editorconfig files. Since our code style uses an indent of 2 spaces with a continuation indent of 4 spaces, ktlint no longer accepts our code. Tracked in pinterest/ktlint#816.

Until this is fixed, I've just disabled ktlint's indentation checking entirely so we can start using kotlin 1.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant