Hi,
trying to get indenting working with
1.
rather than
2.
I've tried telling UE v11 to only indent on "then$" but it seems to do it no matter where the string is found. Any way around this?
trying to get indenting working with
1.
Code: Select all
If x Then y
2.
Code: Select all
If x Then
y
End If