1
Fork 0

Add trailing comma when using Mixed indent style with newline

This commit is contained in:
topecongiro 2017-07-13 20:32:46 +09:00
parent 3bf66436e7
commit dcb953b901
9 changed files with 38 additions and 25 deletions

View file

@ -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,
};