1BasedOnStyle: InheritParentConfig 2 3# clang-format is not enabled by default for this subdirectory. This file 4# is only here for reference. Uncommenting this will enable it for git: 5#DisableFormat: false 6 7AlignOperands: Align 8AlignTrailingComments: true 9AlwaysBreakAfterReturnType: None 10ColumnLimit: 100 11SpaceAfterTemplateKeyword: false 12