-
Notifications
You must be signed in to change notification settings - Fork 501
Open
Labels
Description
I pass import layout via userData:
ktlint('0.41.0').userData([
ij_kotlin_imports_layout: "java.**,javax.**,kotlin.**,kotlinx.**,android.**,androidx.**,com.company.**,*,^"
])
This layout is taken from .editorconfig generated by Android Studio based on our code style preferences so should be valid since it works in IDE.
Am I doing something wrong or it's broken? If I add disabled_rules: "import-ordering" then klint doesn't change imports order so I assume I use userData properly.
eduard-vasilache-ifolor, tempo-benediktb, yshrsmz, tho-graf, davidgm0 and 3 moretempo-benediktb