Charles
07/29/2020, 2:28 PMdetekt
+ ktlint
I'm used to using the Android Studio shortcuts to format a file to fix basic issues. After attempting to upgrade to 1.10.0
this no longer seems to fix the new Indentation
issue being reported. If a file format command doesn't fix that we can't reasonably upgrade our projects. Any ideas?pedro
07/29/2020, 2:43 PM// @formatter:off
tags 😓Brais Gabin
07/29/2020, 2:51 PMktlint
instead of detekt
. Anyway, if you want continuation indent of 4 you can use .editorconfig
and set continuation_indent_size = 4
Brais Gabin
07/29/2020, 2:53 PMktlint
pedro
07/29/2020, 2:54 PMCharles
07/29/2020, 3:25 PMBrais Gabin
07/29/2020, 3:26 PMCharles
07/29/2020, 3:40 PMBrais Gabin
07/29/2020, 3:42 PMCharles
07/29/2020, 3:42 PMBrais Gabin
07/29/2020, 3:43 PMBrais Gabin
07/29/2020, 3:44 PMBrais Gabin
07/29/2020, 3:44 PMBrais Gabin
07/29/2020, 3:45 PMCharles
07/29/2020, 3:47 PMBrais Gabin
07/29/2020, 4:08 PM