.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 14:43:19 -0700
changeset 37420 84e7d2d8c098
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: port test-convert-filemap.t to simple store Differential Revision: https://phab.mercurial-scm.org/D3100

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