rokath / trice

🟢 super fast 🚀 and tiny 🐥 embedded device 𝘾 printf-like trace ✍ code, works also inside ⚡ interrupts ⚡ and real-time PC 💻 logging (trace ID visualization 👀)
MIT License
517 stars 46 forks source link

Adjust `trice insert` spacing with `.clang-format` settings #501

Closed rokath closed 2 months ago

rokath commented 2 months ago

Currently clang-format.sh formats trice(iD... but after trice clean && trice insert it is trice( iD... (with space). This should be consistent.

rokath commented 2 months ago

Is it worth to have a CLI switch for this? Someone may prefer the space variant.

rokath commented 2 months ago

Done in master branch. There is now a -spacing CLI switch for trice insert.