.clang-format
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
Wed, 26 Feb 2020 10:56:27 -0500
changeset 44423 efd73cdcfbac
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
relnotes: move entry to the right spot It appears a conflict resolution went wrong. Differential Revision: https://phab.mercurial-scm.org/D8151

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