I would like ApexSQL to not format the columns in OVER(PARTITION BY col1, col2,...coln ORDER BY col1, col2,.. coln) clause

I would like ApexSQL to not format the columns in OVER(PARTITION BY col1, col2,...coln ORDER BY col1, col2,.. coln)  clause. I set Column Lists option to 'Place each item on a new line'. I want this option format the column list in SELECT, INSERT and ORDER statements only, but I don't want to format columns in any functions such as RANK, ROW_NUMBER, LEAD, LAG etc.