view .clang-format @ 46196:96b73671753a

contrib: py3 compat for perfnodemap Differential Revision: https://phab.mercurial-scm.org/D9687
author Joerg Sonnenberger <joerg@bec.de>
date Wed, 06 Jan 2021 19:41:15 +0100
parents d0a3fa849cb8
children
line wrap: on
line source

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