view .clang-format @ 46463:95b276283b67

rhg: add support for share-safe Differential Revision: https://phab.mercurial-scm.org/D9942
author Simon Sapin <simon.sapin@octobus.net>
date Mon, 01 Feb 2021 11:41:10 +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