.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 13 Jan 2021 17:21:51 +0100
changeset 46255 cce05a6c271f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: don't turn byte to string when formatting perfbranchmap I am not sure why this `str` all is there is the first place. Differential Revision: https://phab.mercurial-scm.org/D9751

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