Closed nmatthews-witekio closed 9 months ago
Add clang-format style file
To change files "in-place" try running: find ./iotc-generic-c-sdk -name "*.[ch]" -print -exec clang-format -style=file:.clang-format -i {} ';'
First attempt at getting a consistent style that tries to match existing code -- so I don't need to worry about formatting :-)
This still needs reviewing @PatriciaFieldhouse.
Add clang-format style file
To change files "in-place" try running: find ./iotc-generic-c-sdk -name "*.[ch]" -print -exec clang-format -style=file:.clang-format -i {} ';'
First attempt at getting a consistent style that tries to match existing code -- so I don't need to worry about formatting :-)