> Note that `ktfmt` still has some rough edges ...
# ktfmt
c
Note that 
ktfmt
 still has some rough edges which we're constantly working on fixing.
Does it? I'd say in general it works really well. 😄 I've had a way better experience than ktlint. Should the docs highlight any of these rough edges so that it's easier (from the maintainers POV) what is still a rough experience?
j
The only issue I have is the lambda wrong formatting in some conditions, the rest is perfect
c
I wonder if that's the root cause of my jetpack compose formatting issues since compose uses trailing lambdas a bunch.
j
In my case I am not having any crash with the plugin and compose
it is working perfectly for me
only strange formatting in some lambdas
c
I'm not getting a crash. Just getting super weird formatting.
j
I havent reproduced that, with tab instead of enter, you get the same behavior?
your ktfmt config is default? kotlinlang?
c
it's 4 spaces, so dropbox. dropbox is configured in the plugin, and configured in spotless ktfmt config.
I haven't tried tab. I will try that soon!