Replies: 1 comment 1 reply
-
Have you tried checking the prettier and fmt have different defaults. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am working on migrating a project from prettier to fmt.
I want to make sure that the function parameters are kept multi-line instead of being put together in the same line.
The
fmt
tool by default just puts the function parameters in the same line.I have tried exploring
multiline_func_header
andsingle_line_block
but neither of them work.Can someone please help me out with this?
Beta Was this translation helpful? Give feedback.
All reactions