.clang-format
author Augie Fackler <augie@google.com>
Mon, 22 Jul 2019 14:00:33 -0400
branchstable
changeset 42637 e386b5f4f836
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
merge default into stable for 5.1 release

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