.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Wed, 04 Jan 2023 18:42:20 +0000
changeset 49887 44deb5a164dc
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
pathutil: slightly faster path audit in the common case

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