view .clang-format @ 44591:1f81f680912f

templater: remember cache key of evaluated revset This provides a hint for caching further computation result of the given revset. See the next patch for example.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 15 Mar 2020 16:00:45 +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