Replies: 1 comment 1 reply
-
@benfdking do we need to configure the templater? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm configuring Sqruff with the following
.sqruff
settings:I want to:
{{
LOWER(
andDECIMAL(
.Currently, the rule LT01 causes spaces after functions, but if I exclude it, the alias alignment breaks.
And without LT01 it works fine
What config changes or overrides can I apply to keep alias alignment working and prevent unwanted spaces?
Beta Was this translation helpful? Give feedback.
All reactions