.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 31 Oct 2022 16:15:30 +0000
branchstable
changeset 49531 b51e5c2ab5fd
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rhg: add a test involving hgignore lookaround

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