Roald87 / TcBlack

Opnionated code formatter for TwinCAT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not put spaces around negative array indices

Roald87 opened this issue · comments

Currently it does this:

-aLINT : ARRAY[-1..1] OF LINT;
+aLINT : ARRAY[ - 1..1] OF LINT;

This should not happen.