view .clang-format @ 45139:383b8c77096d

phabupdate: allow revisions to be commandeered Differential Revision: https://phab.mercurial-scm.org/D8755
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 15 Jul 2020 14:14:58 -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