I want the set a specific layout for imports (for example, all java.* followed be com.google.* followed by everything else) for xtend files in IntellJ. For java files I can do this by setting the import layout under "Settings->Editor->Code Style->Java->Imports->Import Layout". However I cannot find anything for xtend, i.e., I don't see anything like "Settings->Editor->Code Style->Xtend"
When I run "Optimize Imports" for xtend files they do get formatted but in the default order and I am unable to find a way to change that default order.