.clang-format
author Augie Fackler <augie@google.com>
Wed, 03 Jun 2020 11:28:57 -0400
changeset 44932 03ba7de6a8b9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
git: add coverage for manifest.diff() so we don't regress

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