xref: /aosp_15_r20/external/crosvm/third_party/minijail/test/.clang-format (revision 4b9c6d91573e8b3a96609339b46361b5476dd0f9)
1BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
5BinPackArguments: false
6BinPackParameters: false
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9PointerAlignment: Left
10TabWidth: 2
11