I would like to centre my code in the Android Studio\'s/Intellij\'s editor, like as it is done in the Distraction Free Mode.
Right now if it is always aligned on the left s
Add -Deditor.distraction.free.mode=true in Help | Edit Custom VM Options and restart the IDE. This will center the editor without the other features of the distraction free mode (like hidden tool windows).