code-intelligence.com/cifuzz@v0.40.0/third-party/minijail/test/.clang-format (about)

     1  BasedOnStyle: Google
     2  AllowShortFunctionsOnASingleLine: Inline
     3  AllowShortIfStatementsOnASingleLine: false
     4  AllowShortLoopsOnASingleLine: false
     5  BinPackArguments: false
     6  BinPackParameters: false
     7  CommentPragmas: NOLINT:.*
     8  DerivePointerAlignment: false
     9  PointerAlignment: Left
    10  TabWidth: 2