Datagrip code style -- begin transaction-commit block Follow
hi, I can't seem to find the code style configuration for the begin transaction-commit block. Every time on reformatting (Ctrl-Alt-L) the code style feature puts the commit statement on same line as the last line of the sql-code.
Any thoughts? Thanks Leon
# region ==>> step 1 of 1 -- dw_hist_afas_personeel.dw_contracttype_upsert
start transaction;
select *
from speeltuin.dummytable d; commit;
# endregion
Please sign in to leave a comment.