Replies: 1 comment
-
Hi @camais, thanks for your input! The extra white line for the end of the declaration part is already implemented. For the implementation part I will also do this. See also the style guide. As for the extra white line at the start I'm not sure yet. It was also shortly discussed in this open PR #41 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This way, reading the lines are a bit easier when doing a diff in the TcPOU xml view
PROGRAM MAIN
VAR
testBit : BOOL;
END_VAR
]]>
vs
VAR
testBit : BOOL;
END_VAR]]>
Beta Was this translation helpful? Give feedback.
All reactions