Mercurial > hg
view .clang-format @ 48346:e6aecc37bfbf stable
tests: fix test-fix on NetBSD
Differential Revision: https://phab.mercurial-scm.org/D11816
author | Thomas Klausner <wiz@gatalith.at> |
---|---|
date | Sun, 28 Nov 2021 11:27:08 +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