.clang-format
author Augie Fackler <augie@google.com>
Tue, 04 Jan 2022 14:21:22 -0500
changeset 48524 6bd42f9bc97e
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