view .clang-format @ 42670:a7f1a0b3f461

module-policy: update rust extension import to use the new module policy Differential Revision: https://phab.mercurial-scm.org/D6677
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2019 11:12:36 +0200
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