.clang-format
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 29 May 2023 17:04:14 +0100
changeset 50540 9db197c73138
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rhg: support `rhg files` with `ui.relative-paths=false`

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