view .clang-format @ 45804:6991f3014311

rhg: strip copied files metadata from `cat` output Differential Revision: https://phab.mercurial-scm.org/D9264
author Antoine cezar<acezar@chwitlabs.fr>
date Thu, 29 Oct 2020 19:25:33 +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