Mercurial > hg
view .clang-format @ 48005:b642a6298ce0
merge: with stable
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 20 Sep 2021 15:51:23 -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