You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will have to set that within a sqlfluff configuration file. You can then set the config file with the "sqlfluff.config": "${workspaceFolder}/.sqlfluff" setting if it is not automatically recognized.
Assuming that this extension is picking up the config file, which you could test by setting the max line length to something small and seeing if errors show as expected, then this would be an issue for the main sqlfluff repository.
I am trying to set the values for layouts found here:
https://docs.sqlfluff.com/en/stable/layout.html#aligned-elements
Specifically, I am trying to set 'align_within = select_clause'
I haven't been able to set this in the settings.json for my workspace.
Am I able to do so? Is this feature supported in the VS-code extension?
Thank you so much!
The text was updated successfully, but these errors were encountered: