view .clang-format @ 43232:be178b5d91c8

dirs: tag a struct as not being formattable Differential Revision: https://phab.mercurial-scm.org/D7103
author Augie Fackler <augie@google.com>
date Tue, 15 Oct 2019 09:52:33 -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