You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the default formatting of Netbeans 8.0.1, this config changes more than what would be necessary to comply with PSR-1 and PSR-2.
Things I noticed were e.g.
spaceAroundStringConcatOps = false
groupAlignmentAssignment = true
If it's not possible to import just a subset of the option, it would maybe be better to just describe those few that are necessary to comply with PSR-2 in a README.
The text was updated successfully, but these errors were encountered:
Hey, thanks for your feedback. We don't really maintain this anymore since we switcher to PhpStorm (which have PSR-1/2 autoformat built in). But if you'd like this beeing fixed, feel free to submit a pull request.
Based on the default formatting of Netbeans 8.0.1, this config changes more than what would be necessary to comply with PSR-1 and PSR-2.
Things I noticed were e.g.
If it's not possible to import just a subset of the option, it would maybe be better to just describe those few that are necessary to comply with PSR-2 in a README.
The text was updated successfully, but these errors were encountered: