Skip to content
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

Single case DUs on same line #192

Closed
isaacabraham opened this issue Feb 22, 2016 · 1 comment
Closed

Single case DUs on same line #192

isaacabraham opened this issue Feb 22, 2016 · 1 comment

Comments

@isaacabraham
Copy link

Currently single element DUs are pushed onto a new line - it would be nice to have an option to keep them on a single line e.g.

type CustomerId = 
| CustomerId of int

becomes

type CustomerId = CustomerId of int

This is particularly useful when creating multiple single case DUs.

@isaacabraham isaacabraham changed the title Single element DUs Single case DUs on same line Feb 22, 2016
nojaf added a commit to nojaf/fantomas that referenced this issue Mar 7, 2018
nojaf added a commit to nojaf/fantomas that referenced this issue Mar 7, 2018
nojaf added a commit to nojaf/fantomas that referenced this issue Mar 7, 2018
@nojaf nojaf mentioned this issue Mar 7, 2018
@dungpa
Copy link
Contributor

dungpa commented Mar 16, 2018

Fixed in #234.

@dungpa dungpa closed this as completed Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants