Skip to content

Code indent incorrectly when ods select + proc glm #1736

@ShuguangSun

Description

@ShuguangSun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions