.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 13 Jul 2023 19:26:45 +0100
branchstable
changeset 50758 5d77a6f37fe1
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
fncache: add a test demonstrating fncache corruption

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