I'm facing an issue with excessive spacing between selected columns list and its aliases when formatting the SQL. I've already searched on every option in settings but I couldn't find a fix for that. Below is an example of SQL: Before format: SELECT CASE WHEN t.columncase = 0 THEN 1 WHEN t.columncase = 1 THEN -1 END AS total, t.col1 AS column1, t.col2 AS column2, t.col3 AS column3, t.col4 AS column4, t.col5 AS column5, t.col6 AS column6 FROM table t After format: How it should be: I'm using these formatter settings: 252 5.290.0 5.295 150 0 0 0 2 2 1 W W W 99 1 Could someone help please? Thanks.
↧