Roald87 / TcBlack

Opnionated code formatter for TwinCAT.
MIT License
103 stars 11 forks source link

Do not remove spaces from strings in FB_init of a function block #44

Closed Roald87 closed 4 years ago

Roald87 commented 4 years ago

Currently it removes spaces from

// In
fbInst : FB_WithName(Name:='Text with spaces');

// Out
fbInst : FB_WithName(Name:='Textwithspaces');