Open
Description
I'm working on a project (Apache Flink) using AOSP format but with customized import ordering. I manually set the order in Preferences | Editor | Code Style | Java | Imports | Import Layout
, but google-java-plugin
will override my settings when I use "Optimize Imports".
Is it possible to provide an option to disable the feature, or let users to customize the import order? Thanks!