ktlint v0.12.0 Release Notes

Release Date: 2017-11-10 // over 6 years ago
  • โž• Added

    • ๐Ÿ’… --android (-a) CLI option (turns on Android Kotlin Style Guide compatibility)
      ๐Ÿ‘• (right now it's used only by ktlint --apply-to-idea).

    ๐Ÿ”„ Changed

    • ktlint --apply-to-idea to account for indent_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).