I'm using copyright comment at the beginning of every file but there is an annoying issue with xml files in Android Studio.
Using automatic code format option (CTRL+ALT+L) places comment on the first line right after <?xml version="1.0" encoding="utf-8"?> tag like this:
What I want however is this:
I'm using recommended code style for Android
I've tried to find the option in the settings but with no luck.
I'm pretty sure there is a way to tell the formatter to put the comment on the separate line but maybe not available via GUI toggle?



