.clang-format
author Georges Racinet <georges.racinet@octobus.net>
Mon, 03 Apr 2023 16:14:34 +0200
changeset 50418 f2deaca3450e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rustdoc: fixed or introduced crossrefs in nodemap.rs

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