.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 09 Jun 2023 14:31:40 +0100
branchstable
changeset 50690 ae74a60ad583
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ui: add a test demonstrating a crash in `hg paths`

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