xref: /openbmc/pam-ipmi/.clang-format (revision 65edb939)
1---
2BasedOnStyle: LLVM
3Language: Cpp
4IndentWidth: 8
5UseTab: Always
6ColumnLimit:     80
7BreakBeforeBraces: Linux
8AlwaysBreakBeforeMultilineStrings: true
9AllowShortIfStatementsOnASingleLine: false
10AllowShortLoopsOnASingleLine: false
11AllowShortFunctionsOnASingleLine: false
12IndentCaseLabels: false
13AlignEscapedNewlinesLeft: false
14AlignTrailingComments: true
15AllowAllParametersOfDeclarationOnNextLine: false
16AlignAfterOpenBracket: true
17SpaceAfterCStyleCast: false
18MaxEmptyLinesToKeep: 2
19BreakBeforeBinaryOperators: NonAssignment
20BreakStringLiterals: false
21SortIncludes:    false
22ContinuationIndentWidth: 8
23