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" +}]