view .clang-format @ 43246:0fd47eb508c6

widening: remove unused "heads" argument Differential Revision: https://phab.mercurial-scm.org/D7096
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 11 Oct 2019 00:03:10 -0700
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