.clang-format
author Danny Hooper <hooper@google.com>
Fri, 30 Mar 2018 13:17:20 -0700
changeset 37207 d3f1d3e4e58d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
fix: remove unused imports Differential Revision: https://phab.mercurial-scm.org/D2977

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