2
votes
2answers
406 views
Looking for a more flexible tool than GNU indent
When I run indent with various options I want against my source, it does what I want but also messes with the placement of *s in pointer types:
-int send_pkt(tpkt_t* pkt, void* op …
