.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 05 Apr 2024 17:57:26 +0100
changeset 51603 a2afa35641c9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
matchers: support patternmatcher in rust

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