ktlint v0.25.0 Release Notes

Release Date: 2018-07-25 // over 5 years ago
  • โž• Added

    • ๐Ÿ‘• package-name rule (#246).
    • ๐Ÿ‘• --editorconfig=path/to/.editorconfig (#250).
    • Support for end_of_line=native (.editorconfig) (#225).
    • tab -> space * indent_size auto-correction (--format/-F).

    ๐Ÿ›  Fixed

    • ๐Ÿ‘• "Unnecessary semicolon" false positive (#255).
    • (cannot be auto-corrected) reporting.
    • ๐Ÿ–จ OOM in --debug mode while trying to print root=true <- root=false .editorconfig chain.

    ๐Ÿ”„ Changed

    • kotlin-compiler version to 1.2.51 (from 1.2.50).