Comments
2 comments
-
-
Thanks James.
Problem gone after version upgrade.
But,
"Place subsequent items on new line : NEVER" option still not working. Because I understand that, If I activate this option, prompt should never add new items to new line. But it is still adding new line, if char count is exceeded the limit set in "GLOBAL > Whitespaces > Warp lines longer than" option.
For example if I use below options :
GLOBAL > Whitespaces > Warp lines longer than = 160
GLOBAL > Lists > Place subsequent items on new line : NEVER
Then format the same code, it will give exact same results. But I expect that variables should be placed side by side.
Add comment
Please sign in to leave a comment.
When using Insert ... Value(@var1, @var2, @var3, ,) statements, variables always created on new line.
I want all variables inside Values() statement side by side as Values(@Variable1, @Variable2 ...)
My style configuration is
GLOBAL > Lists > Place subsequent items on new line : NEVER
GLOBAL > Whitespaces > Warp lines longer than : Unchecked
Sample code is below. Is there any option?