We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue created from fantomas-online
let loadFile n = let file = System.IO.Path.Combine(contentDir, (n |> System.IO.Path.GetFileNameWithoutExtension) + ".md").Replace("\\", "/") () let loader (projectRoot: string) (siteContent: SiteContents) = #if WATCH let disableLiveRefresh = false #else let disableLiveRefresh = true #endif disableLiveRefresh
let loadFile n = let file = System .IO .Path .Combine(contentDir, (n |> System.IO.Path.GetFileNameWithoutExtension) + ".md") .Replace("\\", "/") () let loader (projectRoot: string) (siteContent: SiteContents) = #if WATCH #else let disableLiveRefresh = true #endif disableLiveRefresh
If I have a hash directive with two execution paths, formatting will throw away the whole content of the first execution path.
Fantomas Master at 10/26/2020 19:07:04 - be9212d
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
If I have a hash directive with two execution paths, formatting will throw away the whole content of the first execution path.
Extra information
Options
Fantomas Master at 10/26/2020 19:07:04 - be9212d
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: