.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 02 Nov 2019 13:34:40 -0700
branchstable
changeset 43392 8a9e53b974ee
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
fsmonitor: normalize hostname to bytes Without this, we get a str/bytes mismatching when using % formatting a few lines below. Differential Revision: https://phab.mercurial-scm.org/D7208

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