mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Add new command to Format All File #186

Closed tkopets closed 6 years ago

tkopets commented 6 years ago

Adding new SQLTools command st_format_all which can be used to format the whole file.

Also fixes inconsistencies between Windows, Linux and Mac keybindings - Linux and Mac didn't have a keybinding for one of the commands.

Fixes #182