I upgraded to the latest version of ktlint and it'...
# android
s
I upgraded to the latest version of ktlint and it's changed a lot of the styles in my Android code that I'm used to. i.e.
Copy code
val res =
    httpClient.get("/v1/places/searchCity") {
        parameter("query", query)
    }
Has anyone else noticed this? I just wanted to confirm that I don't have something misconfigured.
p
Are you upgrading from Ktlint 0.x to 1.0?
s
yes
p
s
thank you
lol you are the ktlint maintainer. I appreciate it!
p
yw