mbrukman / autogen

Automatically generate boilerplate license comments.
Apache License 2.0
98 stars 27 forks source link

Move blank lines after comments and imports #40

Closed mbrukman closed 7 years ago

mbrukman commented 7 years ago

In preparation for the upcoming change to allow a trailing blank line after the TODO top-level comments, move inserted blank lines to be after comments and imports rather than before, or in some cases, both. This change is specifically for Python code and tests because they have more complex code generation than most other languages.