mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
It was becoming a pain to work on these files in intellij because the auto-import feature would implicitly optimize all of the imports in these files, leading to a large diff. I'd then have to go and manually add the import that I care about. This change does add some wildcard imports, which I don't always love, but these files are so unwieldy already that I think it's worth it to have the imports follow the format preferred by intellij.