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

Empty line should have equal number of tabs as surrouding code #15

Closed
Roald87 opened this issue Jun 19, 2020 · 0 comments
Closed

Empty line should have equal number of tabs as surrouding code #15

Roald87 opened this issue Jun 19, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Roald87
Copy link
Owner

Roald87 commented Jun 19, 2020

Or else there will be unnecessary diffs, since the VS TwinCAT editor automatically adds these indents.

This is to prevent diffs like these (double empty lines are automatically removed):

VAR
    var1 : REAL;
-    
-    
+
    var2 : REAL;
END_VAR 
@Roald87 Roald87 added this to the Version 0.2 milestone Jun 19, 2020
@Roald87 Roald87 added the enhancement New feature or request label Jun 20, 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