Add trailing comma when using Mixed indent style with newline
This commit is contained in:
parent
3bf66436e7
commit
dcb953b901
9 changed files with 38 additions and 25 deletions
|
@ -360,7 +360,7 @@ where
|
|||
context.config.trailing_comma()
|
||||
},
|
||||
shape: list_shape,
|
||||
ends_with_newline: false,
|
||||
ends_with_newline: tactic.ends_with_newline(context.config.fn_call_style()),
|
||||
config: context.config,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue