From 1091dede675423b5919c0980ddddba5df2b74f9f Mon Sep 17 00:00:00 2001 From: ybai-thrillist Date: Fri, 15 Aug 2014 12:19:23 -0400 Subject: [PATCH] Create SQL Beautifier.sublime-commands --- SQL Beautifier.sublime-commands | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 SQL Beautifier.sublime-commands diff --git a/SQL Beautifier.sublime-commands b/SQL Beautifier.sublime-commands new file mode 100644 index 0000000..da352ae --- /dev/null +++ b/SQL Beautifier.sublime-commands @@ -0,0 +1,4 @@ +[{ + "caption": "SQL Beautifier: Format Current SQL File", + "command": "sql_beautifier" +}]