thotro / arduino-dw1000

A library that offers functionality to use Decawave's DW1000 chips/modules with Arduino.
Apache License 2.0
516 stars 288 forks source link

Reformatting Source Code #175

Open yuhki50 opened 7 years ago

yuhki50 commented 7 years ago

Would you like to format the source code?

For example, clang-format https://clang.llvm.org/docs/ClangFormat.html

Rotzbua commented 7 years ago

Can you explain what you exactly mean? Because I formatted the code a while ago (20d7850c55000bc2b262264981678be5326fce8b).

yuhki50 commented 7 years ago

Oh, I had not seen that commit. I found some unformatted code.

e.g. Inserted space padding around operators. https://github.com/thotro/arduino-dw1000/blob/master/src/DW1000.cpp#L246

Would you show me your format style file? I use CLion, too. I want to contribute some code.