Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Add config setting to ensure new line after namespace #344

Closed fuelingtheweb closed 7 years ago

fuelingtheweb commented 7 years ago

Currently, when adding the first use statement in a file, the use statement is bumped up against the namespace with no new line. This commit adds a config option to ensure a new line between the namespace and the use statement.

Peekmo commented 7 years ago

Perfect thank you 👍