.clang-format
author Augie Fackler <augie@google.com>
Wed, 14 Feb 2018 21:12:48 -0500
changeset 36224 d0a3fa849cb8
parent 34798 e33381d95930
permissions -rw-r--r--
formatting: enforce system headers before local headers Differential Revision: https://phab.mercurial-scm.org/D2275

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