pretty-php
pretty-php copied to clipboard
Enforce a selectable maximum line length
As per PSR-12, the default line length "SHOULD NOT" exceed 80 characters and "MUST" have a soft limit of 120 characters.
+1 This looks like hard problem?