Mercurial > hg
view .clang-format @ 40246:be0a5d2d5c78
tests: fix last failure in test-tools.t
Differential Revision: https://phab.mercurial-scm.org/D5072
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 13 Oct 2018 06:34:53 -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