how to use specific ktlint --experimental feature ...
# announcements
c
how to use specific ktlint --experimental feature like indentation?
s
there’s not currently a way to do this easily, it’s all-or-nothing. a not-very-elegant way would be to pass the
--experimental
flag but then disable the rules you don’t want to enable (can be done via
.editorconfig
as above or via a command-line flag
c
thanks , but that's so lame.