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

Multiple attributes indented wrongly with PreserveEndOfLine #370

Closed
auduchinok opened this issue Nov 27, 2018 · 0 comments
Closed

Multiple attributes indented wrongly with PreserveEndOfLine #370

auduchinok opened this issue Nov 27, 2018 · 0 comments

Comments

@auduchinok
Copy link
Contributor

module Tests =
    [<Theory>]
    [<InlineData("Blah")>]
    let x = 123

is formatted as

module Tests =
     [<Theory>]
    [<InlineData("Blah")>]
    let x = 123

The sample in the Online tool. Original issue in Rider tracker.

nojaf added a commit to nojaf/fantomas that referenced this issue Dec 5, 2018
nojaf added a commit that referenced this issue Dec 5, 2018
@nojaf nojaf closed this as completed Dec 5, 2018
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

2 participants