view .clang-format @ 39793:536f22d6c2c5

hgweb: register web.static to the config table Otherwise we would got a develwarn.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 23 Sep 2018 16:15:48 +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