view .clang-format @ 37673:0c6b1ec75b73

revset: drop support for posttreebuilthook() (API) AFAIK, the only user was the directaccess extension, which is in core now.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 14 Apr 2018 12:44:40 +0900
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