.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 18 May 2023 19:23:59 +0100
changeset 50673 5d84b1385f7f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
treemanifest: make `updatecaches` update the nodemaps for all directories Without this, if the cache for a nested directory is in a bad state, it's very hard to repair it.

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