view .clang-format @ 41046:b54d93fc3ba8

simplemerge: port to Python 3 Differential Revision: https://phab.mercurial-scm.org/D5081
author Augie Fackler <augie@google.com>
date Sat, 13 Oct 2018 08:54:44 -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