Chaste / cppwg

An automatic Python wrapper generator for C++ code.
BSD 3-Clause "New" or "Revised" License
45 stars 8 forks source link

Auto-format generated wrapper code #19

Closed kwabenantim closed 2 weeks ago

kwabenantim commented 7 months ago

Summary Auto-format generated wrapper code to make debugging and testing wrappers easier. One option is clang-format.

kwabenantim commented 2 weeks ago

Closing as #55 now makes generated templates easier to read.