xref: /openbmc/pam-ipmi/.clang-format (revision 9e7627a5)
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4BreakBeforeBraces: Linux
5AllowShortBlocksOnASingleLine: Empty
6AllowShortCaseLabelsOnASingleLine: false
7AllowShortFunctionsOnASingleLine: Empty
8AllowShortIfStatementsOnASingleLine: false
9AllowShortLoopsOnASingleLine: false
10IndentCaseLabels: false
11