Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Last active September 22, 2016 08:05
Show Gist options
  • Select an option

  • Save spacepluk/01ae75fbf0a69efb427eb314935b4598 to your computer and use it in GitHub Desktop.

Select an option

Save spacepluk/01ae75fbf0a69efb427eb314935b4598 to your computer and use it in GitHub Desktop.
" SQL Format {{{
vmap <leader>sf :!sqlformat -r -a -s -k lower -i lower - <CR>:%s/^\n//g<CR>:%s/ (select/(select/<CR>:%s/\n\( *\) ),\n *\(\w*\) as/),\r\1\2 as/<CR>:%s/^\(\(\(.*--.*\)\@!.\)*\)\n *)/\1)/<CR>:%s/^\( *\) ), \(\w* as\)$/\1 ),\r\1\2/g<CR>
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment