which formatter does this extension use? #137
Replies: 3 comments 1 reply
|
Hi @Aneeqasif, the extension uses the sqlparse module in Python. I don't believe it has a CLI, but you can use it in a script outside of the extension. See https://sqlparse.readthedocs.io/en/latest/intro.html |
1 reply
Answer selected by
mmcfarland
|
@mmcfarland Is it possible to pass options to the formatter from the extension? |
0 replies
|
I think the formatter isn't working, it doesn't do anything when I format it, and nothing appears in the logs (using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Aneeqasif, the extension uses the sqlparse module in Python. I don't believe it has a CLI, but you can use it in a script outside of the extension. See https://sqlparse.readthedocs.io/en/latest/intro.html