.clang-format
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
Fri, 06 Aug 2021 16:17:17 -0400
changeset 47915 308e843f24b1
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
test: reduce noise, so the important bits stand out Differential Revision: https://phab.mercurial-scm.org/D11264

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