Add feature to format code using different styles defined by user previously
Now it can format code using only one selected style
1
vote

You can now quickly change formatting profiles in the popup menu ‘Active Format Profile’.
-
Anonymous commented
Sometimes I need to format my code using different formatting styles:
First style:
SELECT a, b, c, d, e FROM tabSecond style:
SELECT
a,
b,
c,
d,
e
FROM tabOr such way:
SELECT
a
,b
,c
,d
,e
FROM tabI imagine I select a text, press shotcut and selected text becomes formatted by my predefined style.