Skip to content

How do I double-indent if continuations? #4034

Answered by mid-kid
mid-kid asked this question in Q&A
Discussion options

You must be logged in to vote

Appaerently the indent_func_call_param = true option was overriding this and making it hard to get right, and indent_sparen_extra doesn't work unless indent_continue is nonzero
The following works, and does exactly what I want above:

indent_columns = 4
indent_continue = -4
indent_sparen_extra = 4
indent_func_call_param = false

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mid-kid
Comment options

You must be logged in to vote
1 reply
@mid-kid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants