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
As stated in the current documenation: Opening curly brace symbols ({) must be on the same line (i.e. the last token of the statement, not on a line of their own).
But my code style doesn't allow placing opening curly braces on the same line. Why is this restriction necessary?
I'd like it to be regulated through .editorconfig like everywhere else.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As stated in the current documenation:
Opening curly brace symbols ({) must be on the same line (i.e. the last token of the statement, not on a line of their own).But my code style doesn't allow placing opening curly braces on the same line. Why is this restriction necessary?
I'd like it to be regulated through
.editorconfiglike everywhere else.Beta Was this translation helpful? Give feedback.
All reactions