How to always align by first parameter? Similar to IntelliJ. #3845
Unanswered
simerplaha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following IntellIj, is it possible to always align parameters by the first parameter in the group?
I'm trying to achieve the following format from IntelliJ.
I've tried
align.openParenDefnSite = true
. But this does not force the alignment. It changes depending on length, so most of the functions and classes look different to each other.Similar to
newlines.sometimesBeforeColonInMethodReturnType = false
andnewlines.neverInResultType = true
it would be neat if there wasalign.forceByFirstParameterInGroup = always
that forces the above IntelliJ style alignment.Beta Was this translation helpful? Give feedback.
All reactions