Unstable indentation in jinja set
tag with triple-quoted, multiline strings
#600
Labels
bug
Something isn't working
set
tag with triple-quoted, multiline strings
#600
sqlfmt
keeps adding \tab before every line wrapped with triple quotes.Reproduce steps.
One can define a macro, say, to select columns depending on
key
:Now every time, running
sqlfmt -k -l 80 .
,sqlfmt
will add\tab
before each line continuously moving rows right.Locally you can skip
-k
flag, but then if you have.pre-commit
hooks in GitHub, it might prevent from merging assqlfmt
check will always fail.What is the output of
sqlfmt --version
?The text was updated successfully, but these errors were encountered: