.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 10 Jul 2019 17:41:07 +0200
changeset 42610 5672bb73f61e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-utils: add docstrings and doctests for utils.rs Differential Revision: https://phab.mercurial-scm.org/D6635

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2