https://kotlinlang.org logo
Title
g

gammax

02/22/2021, 10:43 AM
Also @Javier, on the issue tracker you mentioned:
Yeah, I am using dropbox-style. But currently, there is no way to use it with any Gradle plugin no?
I’m not sure I follow you there? 🤔 Isn’t that supported with the Gradle plugin?
j

Javier

02/22/2021, 10:44 AM
Wops
I want to say Google Style
fixed
As you can see in that issue and the discussion post where you participated
g

gammax

02/22/2021, 10:47 AM
Gotcha. But still you could use the Google format with the plugin no? 🤔 Like the Google format is nothing more than:
@JvmField
val GOOGLE_FORMAT = FormattingOptions(style = GOOGLE, blockIndent = 2, continuationIndent = 2)
Or am I missing something?
j

Javier

02/22/2021, 10:47 AM
That is wrong I think
you are checking the old commit I checked too because you searched for Google style no?
the Google Style is 4/4 indents
g

gammax

02/22/2021, 10:47 AM
Oh wait I’m still on the old artifact
take a look to my reply
g

gammax

02/22/2021, 10:48 AM
Ohh got it