Blank lines removed after comments even when disabled by --fmt: off
#673
Labels
bug
Something isn't working
8000
--fmt: off
#673
Describe the bug
sqlfmt is removing blank lines after comment lines despite being disabled by
--fmt: off
To Reproduce
Expected behavior
sqlfmt should not change anything below the
-- fmt: off
comment.Actual behavior
sqlfmt removes the empty line between comment A and comment B.
Additional context
What is the output of
sqlfmt --version
? version 0.24.0The text was updated successfully, but these errors were encountered: