xref: /aosp_15_r20/external/crosvm/third_party/minijail/.clang-format (revision 4b9c6d91573e8b3a96609339b46361b5476dd0f9)
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4BreakBeforeBraces: Linux
5AllowShortIfStatementsOnASingleLine: false
6AllowShortFunctionsOnASingleLine: false
7IndentCaseLabels: false
8