When using PSR-12, how exclude rule for opening brace to start on next line for function definitions? #3883
Replies: 1 comment
-
Got it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically I want to follow the PSR-12 rules with an exception. I don't want opening braces after function/method definitions to have to start on a new line. I'm using a ruleset.xml file with:
Beta Was this translation helpful? Give feedback.
All reactions