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

Don-t remove empty lines in top level expressions in fsx files #134

Closed
ovatsus opened this issue Feb 6, 2014 · 1 comment
Closed

Don-t remove empty lines in top level expressions in fsx files #134

ovatsus opened this issue Feb 6, 2014 · 1 comment

Comments

@ovatsus
Copy link

ovatsus commented Feb 6, 2014

Example:

this
|> is
|> snippet1

this
|> is
|> snippet2

is turned into

this
|> is
|> snippet1
this
|> is
|> snippet2
@dsyme
Copy link
Contributor

dsyme commented Sep 10, 2017

Closing as duplicate of #143

@dsyme dsyme closed this as completed Sep 10, 2017
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

2 participants