view .clang-format @ 46263:d46646ce3158

localrepo: fix comment typo Differential Revision: https://phab.mercurial-scm.org/D9782
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 15 Jan 2021 01:21:58 +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