This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
[Formatting] Operators at the beginning of lines #4373
Followin
started this conversation in
Suggestions
Replies: 1 comment
-
Learned about Rome today. Impressed by the speed and defaults. 🚀 Not having support for breaking before binary operators is a blocker for me. This new style is the default in Python for example; see PEP 8 and black formatter. Read more here for both sides of this:
(/cc @MichaReiser @ematipico) |
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
-
This should be an option/default behavior:
Before
After (if it's too long to fit in a line)
instead of
Same goes for all of the conditional operators like
&&
and||
Related prettier discussion that forced people into creating their own forks: prettier/prettier#3806
Beta Was this translation helpful? Give feedback.
All reactions