avnet-iotconnect / iotc-generic-c-sdk

Generic IoTConnect C SDK for Linux, Windows and MacOS
0 stars 3 forks source link

Add clang-format style file #44

Closed nmatthews-witekio closed 9 months ago

nmatthews-witekio commented 10 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 :-)

nmatthews-witekio commented 9 months ago

This still needs reviewing @PatriciaFieldhouse.