Describe the bug
The code below is not indented as expected when I use ods select none/all with proc glm
Steps to reproduce
SAS code (if applicable)
ods select none;
proc glm data=a;
model y=x/ solution clparm;
run;
ods select all;
Expected behavior
No response
Screenshots
No response
Client OS
No response
Extension version
v1.18.0
SAS version
No response
Additional context
No response