view .clang-format @ 43748:cd822413b9aa

lock: refactor in preparation for next commit Differential Revision: https://phab.mercurial-scm.org/D7198
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Fri, 01 Nov 2019 19:59:07 -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