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
TODO: figure out to get it to format without replacing the file with the error message on error (maybe it's outputting errors to stdout instead of stderr?) maddyblue/sqlfmt#69
Contenders
sqlfmt
(go)Releases available at:
TODO: figure out to get it to format without replacing the file with the error message on error (maybe it's outputting errors to
stdout
instead ofstderr
?) maddyblue/sqlfmt#69sql-formatter
(node)Since we gotta have node anyway...
sql-parser-cst
https://github.com/nene/sql-parser-cst
Vim Plugin
autocmd
babarot/vim-sqlfmt
It seems that this is a generic formatter tool that could work with any formatter that follows the
stdout
/stderr
conventions:git clone https://github.com/babarot/vim-sqlfmt.git ~/.vim/pack/plugins/start/vim-sqlfmt
The text was updated successfully, but these errors were encountered: