SQL Code Formatting - JOINs on 1=1 on single line
I can't find a config option to have my code format to this type of style.

All options result in this type of format , which is terrible when you're writing 1000s of lines of code.

Has anyone found a workaround for this? I tried importing my own XML file with my formatting but wasn't compatible with intelli Js format and I don't have time to figure out those restrictions..
Please sign in to leave a comment.
Hi,
Could you export your Code Style settings as shown below and share the XML file?
Also, what is your IDE version?
IDE version 2025.2.2
Below is my code style settings exported
The line break in
ON T1.ID = T2.ID;appears because of the "Hard Wrap at: 10" setting in Editor > Code Style. You can increase this value to avoid it.I also see you have a line break before the JOIN clause in your first screenshot. It's not currently possible to configure it, but you can track related feature requests here: DBE-2262 and DBE-23731.