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

Configuration for operator position #153

Closed
dsherret opened this issue Sep 8, 2019 · 1 comment
Closed

Configuration for operator position #153

dsherret opened this issue Sep 8, 2019 · 1 comment

Comments

@dsherret
Copy link
Member

dsherret commented Sep 8, 2019

This is to control whether the user wants:

const test = 5 + 7 +
    4;
// or
const test = 5 + 7
    + 4;

operatorPosition: "sameLine" | "nextLine" (defaults to "nextLine")

@dsherret
Copy link
Member Author

dsherret commented Sep 8, 2019

Duplicate of #149 🤦‍♂

@dsherret dsherret closed this as completed Sep 8, 2019
@dsherret dsherret transferred this issue from dprint/dprint Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant