Issue created from fantomas-online
Code
#if FOO
#if BAR
#endif
#endif
Result
#if FOO
#ifBAR
#endif
#endif
Problem description
The whitespace between the inner #if and BAR is dropped, resulting in invalid code.
Extra information
Options
Fantomas Master at 08/11/2021 17:06:14 - 383b729
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?