.clang-format
author Augie Fackler <augie@google.com>
Thu, 10 Feb 2022 13:24:38 -0500
changeset 48728 3199b575375d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
merge: with stable

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2