It would be nice to have more code style options when it comes to blank lines, i.e.
• min # of blank lines after last
import
statement
• min # of blank lines before class header
• min # of blank lines between/before/after functions (i.e. have body)
• min # of blank lines between/before/after function declarations (i.e. have no body)
• min # of blank lines between/before/after variables
Also Minimum Blank Lines … After class header doesn't seem to do anything.