How to stop IntelliJ IDEA from removing empty lines from .properties files? I want to use empty lines to separate sections of files (database properties, RabbitMQ properties, business properties, etc).
When file is saved, empty lines are removed. I have IntelliJ IDEA 2016.1.2, with 'Save actions' and 'Properties' plugins. I see no option to controll empty lines in .properties files anywhere.