named-data-iot / ndn-lite

A lightweight NDN protocol stack with high-level application support including security bootstrapping, access control, trust management, etc.
https://ndn-lite.named-data.net
GNU Lesser General Public License v3.0
44 stars 16 forks source link

Question: code styling/formatting guidelines #83

Open yan-foto opened 4 years ago

yan-foto commented 4 years ago

After two PRs (#75 and #82), I was wondering if there is any styling/formatting guidelines? This would massively simplify our efforts in submitting code that conform to your guidelines.

For our work on NDN CXX @Pairarma defined a .clang-format file according to respective guidelines and for my ongoing RIOT port I use the RIOT guidelines (Linux Kernel style). Is there anything similar for this project?