view .clang-format @ 39512:ec0a2601bc76

tracing: trace command function execution Differential Revision: https://phab.mercurial-scm.org/D4514
author Boris Feld <boris.feld@octobus.net>
date Thu, 06 Sep 2018 16:59:25 -0400
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