-
Notifications
You must be signed in to change notification settings - Fork 207
Switch from ktlint -> ktfmt #116
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
Comments
Hmm looks like there's no published artifact yet and it requires maven 🙃? |
Yeah, I would check in a binary
…On Wed, Feb 19, 2020, 6:05 PM Yang ***@***.***> wrote:
Hmm looks like there's no published artifact yet and it requires maven 🙃?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#116>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMUYKK3SGPCIXJNGX2JJMTRDXQPLANCNFSM4KX6B6UA>
.
|
|
@ychescale9 @eyalgu we started publishing artifacts to Maven Central: https://search.maven.org/artifact/com.facebook/ktfmt/0.12/jar @tasomaniac correct; |
diffplug/spotless#569 is bringing |
Yeah it is a good issue, require a discussion for it. |
i can provide a PR for that if wanted |
@itsandreramon We haven’t experienced major friction with ktlint lately, so this hasn’t been a priority. However, I'm open to a PR that explores switching to ktfmt. The PR would need to:
Happy to discuss if you'd like to take it on |
@matt-ramotar do you want to have the googleStyle() of ktfmt or should we keep current indentation? Google's style is 2 space indentation. |
@itsandreramon I think I'm fine with using google-java-format |
It seems like ktlint keeps triping me up because it doesn't support running as part of the workflow (I make a small change, forget to fix some spacing then get a failure). I'd like to try out https://github.com/facebookincubator/ktfmt.
I know the maintainers and would love to give it a try
The text was updated successfully, but these errors were encountered: