Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove any empty lines after VAR and before END_VAR #26

Closed
Roald87 opened this issue Jun 25, 2020 · 1 comment
Closed

Remove any empty lines after VAR and before END_VAR #26

Roald87 opened this issue Jun 25, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Roald87
Copy link
Owner

Roald87 commented Jun 25, 2020

No description provided.

@Roald87 Roald87 added the enhancement New feature or request label Jun 25, 2020
@Roald87 Roald87 added this to the Version 0.2 milestone Jun 25, 2020
@Roald87
Copy link
Owner Author

Roald87 commented Jul 1, 2020

// in

FUNCTION Abx

VAR_INPUT

    number : INT:

END_VAR

VAR

    someVar : BOOL;

END_VAR

// out

FUNCTION Abx
VAR_INPUT
    number : INT:
END_VAR
VAR
    someVar : BOOL;
END_VAR

@Roald87 Roald87 self-assigned this Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant