Roald87 / TcBlack

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

Use 2 spaces between code and comment #81

Open dgl-cw opened 3 years ago

dgl-cw commented 3 years ago

Black for python uses 2 spaces between code and comment. TcBlack might want to do the same, I'd like to open the discussion here.

I.e. this

something : REAL := 1.0 // comment

becomes

something : REAL := 1.0  // comment
Roald87 commented 3 years ago

Good idea!