.clang-format
author Augie Fackler <augie@google.com>
Mon, 21 Oct 2019 11:09:48 -0400
branchstable
changeset 43306 59338f956109
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
merge default into stable for 5.2 release

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