Skip to content

fix ktlint

Jørgen Svennevik Notland requested to merge jQrgen/bu-wallet:fix_lint into master

update kotlin import in editorconfig to fix ktlint

Problem:

Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end #1228

See: https://github.com/pinterest/ktlint/issues/1228

Merge request reports