.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 08 Mar 2019 10:33:05 -0800
changeset 41919 3dbd3cdfe0d6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
wix: remove hg.cmd This file is not referenced anywhere AFAICT. Differential Revision: https://phab.mercurial-scm.org/D6095

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