-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Alphabetical import ordering #236
Comments
Hey Jonathan. |
Do you have an example of what exactly the difference is? |
I believe the order of (at least) static imports was different. I can't be certain though, I have to go back and recheck. If IntelliJ/AS's Ctrl+Alt+O ("Optimize Imports...") can be made to produce the same output - we can reconsider turning it back on. |
The Android style guide says it should be a single ASCII sorted list. From what I can see that's what I get by using optimize imports in AS. |
Closing as a duplicate, #189. |
I just realized that Ktlint doesn't seem to care about the ordering of imports.
Should they be alphabetized by Ktlint?
The text was updated successfully, but these errors were encountered: