.clang-format
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
Wed, 26 Apr 2023 16:18:12 -0400
branchstable
changeset 50440 a20df0150f82
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: add test for status copy source formatting

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