We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Formatter tool ktfmt: https://facebookincubator.github.io/ktfmt/
Filetype(s) kotlin
The text was updated successfully, but these errors were encountered:
Note there's also #127 to support an alternative ktlint formatter. This ktfmt tool (which is based on google-java-format engine) claims to produce more consistent formatting and handle some corner cases better: https://github.com/facebookincubator/ktfmt#ktfmt-vs-ktlint-vs-intellij.
Sorry, something went wrong.
Add ktfmt support. Fixes google#176.
f7aea5c
Unfortunately, ktfmt doesn't yet support a --lines option to format a range. See facebook/ktfmt#218 for the feature request.
Add ktfmt support for Kotlin (#183)
f3a5dc7
Fixes #176.
Successfully merging a pull request may close this issue.
Formatter tool
ktfmt: https://facebookincubator.github.io/ktfmt/
Filetype(s)
kotlin
The text was updated successfully, but these errors were encountered: