Code Style - CTEs
Answered
I am wondering which options would I need to change to edit the wrapping of the inner-code of a CTE?
I would like it to be indented but only to the new line:
WITH all_columns AS (
SELECT DISTINCT
)
How do I achieve that?
Also when I press enter to create a second CTE:
I would like it to go back to the beginning of the line
Please sign in to leave a comment.
Hello Dawid,
There are related issues on YouTrack: https://youtrack.jetbrains.com/issue/DBE-15318 , https://youtrack.jetbrains.com/issue/DBE-18930
Pleaes vote for them and follow for updates.