.clang-format
author Kyle Lippincott <spectral@google.com>
Thu, 20 Feb 2020 16:21:00 -0800
branchstable
changeset 44186 69b091cdc506
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
shelve: fix ordering of merge labels Differential Revision: https://phab.mercurial-scm.org/D8140

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