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

Over-length line not folded (inside #if block) #309

Closed
SteveGilham opened this issue Sep 20, 2018 · 1 comment
Closed

Over-length line not folded (inside #if block) #309

SteveGilham opened this issue Sep 20, 2018 · 1 comment

Comments

@SteveGilham
Copy link

Using fantomas . --recurse --indent 2 --pageWidth 90 left a >130 character line was left unaltered

#if NETCOREAPP2_1
#else
                     |> List.filter (fun f -> isWindows || f = "Sample1.exe.mdb" || (f.EndsWith("db", StringComparison.Ordinal) |> not))
#endif
@nojaf
Copy link
Contributor

nojaf commented Jul 12, 2019

This problem no longer occurs with the latest code.

@nojaf nojaf closed this as completed Jul 12, 2019
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