.clang-format
author Ian Moody <moz-ian@perix.co.uk>
Sun, 06 Oct 2019 14:08:03 +0100
changeset 43184 99ee4afd352f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phabricator: add the phabchange data structure These store data about individual files in a commit. Differential Revision: https://phab.mercurial-scm.org/D7043

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