Skip to content
Snippets Groups Projects
Select Git revision
  • 1734d4c27d8d9cf40202aaccebfecbcb432be049
  • main default protected
  • exportGridReadable
3 results

run_nv_state_estimator.log

Blame
  • .clang-format 905 B
    ---
    Language: Cpp
    BasedOnStyle: LLVM
    AccessModifierOffset: -4
    AlignConsecutiveAssignments: false
    AlignConsecutiveDeclarations: false
    AlignOperands: false
    AlignTrailingComments: false
    AlwaysBreakTemplateDeclarations: Yes
    BraceWrapping: 
      AfterCaseLabel: true
      AfterClass: true
      AfterControlStatement: true
      AfterEnum: true
      AfterFunction: true
      AfterNamespace: true
      AfterStruct: true
      AfterUnion: true
      AfterExternBlock: false
      BeforeCatch: true
      BeforeElse: true
      BeforeLambdaBody: true
      BeforeWhile: true
      SplitEmptyFunction: true
      SplitEmptyRecord: true
      SplitEmptyNamespace: true
    BreakBeforeBraces: Custom
    BreakConstructorInitializers: AfterColon
    ColumnLimit: 120
    SortIncludes: false
    PointerAlignment: Left
    IndentCaseBlocks: true
    IndentWidth: 4
    MacroBlockBegin: ''
    MacroBlockEnd: ''
    MaxEmptyLinesToKeep: 2
    NamespaceIndentation: All
    SpacesInAngles: false
    TabWidth: 4
    UseTab: Always
    ...