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