ktlint v0.8.0 Release Notes

Release Date: 2017-05-30 // almost 7 years ago
  • โž• Added

    • ๐Ÿ‘ .editorconfig support (right now only indent_size is honored and only if it's set in [*{kt,kts}] section).
    • ๐Ÿ‘Œ Support for vertically aligned comments (see [NoMultipleSpacesRuleTest.kt](ktlint-ruleset-standard/src/test/kotlin/com/github/shyiko/ktlint/ruleset/standard/NoMultipleSpacesRuleTest.kt)).

    ๐Ÿ›  Fixed

    • ๐Ÿ‘• ktlint-ruleset-standard ("no-unit-return" & "modifier-order" where not included).