.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 01 Jun 2023 12:05:32 +0100
changeset 50537 6a019a037085
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
cleanup: simplify code

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