Mercurial > hg
view .clang-format @ 48738:00efd2d5037d
rust: fix code formatting
Differential Revision: https://phab.mercurial-scm.org/D12173
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Mon, 14 Feb 2022 18:57:12 +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