view .clang-format @ 40297:d33611280add

py3: fix test-propertycache.py Differential Revision: https://phab.mercurial-scm.org/D5101
author Mark Thomas <mbthomas@fb.com>
date Sun, 14 Oct 2018 14:10:38 +0000
parents d0a3fa849cb8
children
line wrap: on
line source

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