Roald87 / TcBlack

Opnionated code formatter for TwinCAT.
MIT License
105 stars 10 forks source link

Do not put spaces around negative array indices #43

Closed Roald87 closed 4 years ago

Roald87 commented 4 years ago

Currently it does this:

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

This should not happen.