Adds a new hotkey to the ace editor (ctrl+I or cmd+I) where it will format all queries within the editor when used. The hotkey is shown within the browser menu to help with discoverability, and then routed through to the ace editor command. While it is possible to achieve a similar effect by just going directly through the redux store to update the query, I decided to go through the editor in case we wanted to have finer grained control of what the cursor does or trying to chose individual queries to format in the future.
Closes #628
Adds a new hotkey to the ace editor (ctrl+I or cmd+I) where it will format all queries within the editor when used. The hotkey is shown within the browser menu to help with discoverability, and then routed through to the ace editor command. While it is possible to achieve a similar effect by just going directly through the redux store to update the query, I decided to go through the editor in case we wanted to have finer grained control of what the cursor does or trying to chose individual queries to format in the future.