0.12.0
Added
--android
(-a
) CLI option (turns on Android Kotlin Style Guide compatibility)
(right now it's used only byktlint --apply-to-idea
).
Changed
ktlint --apply-to-idea
to account forindent_size
&continuation_indent_size
in.editorconfig
(if any).
Removed
ktlint-intellij-idea-integration
binary (deprecated in 0.9.0).
Fixed
- "Unused import" false positive (
component1
..component5
).