maniaplanet / netbeans-psr

Netbeans settings to comply to PHP's PSR 1 & 2
56 stars 9 forks source link

no empty line after class opening bracket #9

Open mote0230 opened 7 years ago

mote0230 commented 7 years ago

This project currently creates a newline after a class opening bracket, but i can't find it in the standard? https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md here they all don't have this.

naskoff commented 6 years ago

It's bug (ref #1 ). Just remove Tools - Options - Editor , click on tab Formatting and remove blank line before namespace untitled