scala-ide / scalariform

Scala source code formatter
http://scala-ide.github.com/scalariform/
MIT License
527 stars 148 forks source link

Feature request: two blank lines between imports and body #250

Open andreaferretti opened 7 years ago

andreaferretti commented 7 years ago

I usually follow the python convention of leaving 2 blank lines after the imports section, before the body of the code. It would be nice to have a setting to get this spacing convention