.clang-format
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
Mon, 01 Oct 2018 14:44:27 -0400
changeset 39990 a91398dc73ab
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
identify: when using -T, avoid unnecessary remote bookmarks query Differential Revision: https://phab.mercurial-scm.org/D4839

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