.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 05 Jun 2023 11:07:08 +0200
branchstable
changeset 50374 05d429fe84ed
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
revlog: fix a bug in revlog splitting Specifically, if the .i.s files are not added to the transaction, then a follow-up modification of such a file records it into transaction as non-empty, which is incorrect.

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