IntelliJ / Android Studio is lately changing the code style xml structure quite often when upgrading the IntelliJ / Android Studio version.
This gets quite cumbersome to support as many as possible older versions of the IDE.
Other than that it also makes it hard to maintain the code style in a project repository as the devs get forced to use a set version or loose some features of the code style as the IDE does not understand the option any more.
Maybe we could adopt the code style to an IntelliJ settings repository?
(https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#settings-repository)