.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 15 Aug 2024 14:53:17 +0100
changeset 51802 eb952b2d224c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
scmutil: add `readrequires` next to `writerequires` The code is copied from localrepo.py.

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