-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/bracket on separate line #538
Conversation
src/Fantomas/FormatConfig.fs
Outdated
@@ -39,6 +40,7 @@ type FormatConfig = | |||
ReorderOpenDeclaration = false | |||
SpaceAroundDelimiter = true | |||
KeepNewlineAfter = false | |||
BracketOnSeparateLine = false // TODO: add to cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That has been done, the comment needs to removed.
Hey guys, Any estimate on this? Could you maybe use some help from me? I'm ready to take over if needed, just please provide a little bit of context :) |
Hello @fahrenq, I'm picking this up early 2020 in collaboration with the team at G-Research. |
Hello @fahrenq, the internal conversations about this are still ongoing. It will take some time before I can start working on this again. Just so you know. |
Hey Florian, Thank you very much for the update. I appreciate it! |
bd31520
to
c21db71
Compare
Hey @fahrenq , I messed this branch and by accident closed this PR. |
Awesome! Thank you :) |
This is the first attempt for #453.