Robotics StackExchange | Archived questions

[Ignition] clang-format style file

Is there any clang-format-style file that the Ignition developers are using that can be shared with the community?

Asked by jmoxoby on 2020-03-26 18:07:25 UTC

Comments

The Ignition repositories use a clang-tidy based script, which enforces a particular style. More information about how to use this script and how style is enforced in Ignition repositories can be found in steps 7, 8, and 9 of the contributing guide ("contributing code" section). Perhaps you can use this as a starting point for what you need?

Asked by adlarkin on 2020-12-18 14:03:22 UTC

Answers