xref: /aosp_15_r20/external/minijail/test/.clang-format (revision 4b9c6d91573e8b3a96609339b46361b5476dd0f9)
1*4b9c6d91SCole FaustBasedOnStyle: Google
2*4b9c6d91SCole FaustAllowShortFunctionsOnASingleLine: Inline
3*4b9c6d91SCole FaustAllowShortIfStatementsOnASingleLine: false
4*4b9c6d91SCole FaustAllowShortLoopsOnASingleLine: false
5*4b9c6d91SCole FaustBinPackArguments: false
6*4b9c6d91SCole FaustBinPackParameters: false
7*4b9c6d91SCole FaustCommentPragmas: NOLINT:.*
8*4b9c6d91SCole FaustDerivePointerAlignment: false
9*4b9c6d91SCole FaustPointerAlignment: Left
10*4b9c6d91SCole FaustTabWidth: 2
11