dawonn/vectornav

source tree lacks code formatting style file

Closed this issue · 2 comments

Could one of the maintainers please post a formatting style file? I believe this is the standard ROS one:

---
Language: Cpp
BasedOnStyle: Google

AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
BraceWrapping:
  AfterClass: true
  AfterFunction: true
  AfterNamespace: true
  AfterStruct: true
BreakBeforeBraces: Custom
ColumnLimit: 100
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 2
DerivePointerAlignment: false
PointerAlignment: Middle
ReflowComments: false
...


Please send a PR 🙏

Make sure you exclude the vncpp library, we don't want to make changes there unless absolutely required.