Also <@UE206C71V>, on the issue tracker <you menti...
# ktfmt
g
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
Wops
I want to say Google Style
fixed
As you can see in that issue and the discussion post where you participated
g
Gotcha. But still you could use the Google format with the plugin no? 🤔 Like the Google format is nothing more than:
Copy code
@JvmField
val GOOGLE_FORMAT = FormattingOptions(style = GOOGLE, blockIndent = 2, continuationIndent = 2)
Or am I missing something?
j
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
Oh wait I’m still on the old artifact
take a look to my reply
g
Ohh got it