view .clang-format @ 39085:dbb3e9e44fce

revlog: do not search for delta for empty content We won't find any useful base to store an empty text. So we should not even try to.
author Boris Feld <boris.feld@octobus.net>
date Fri, 27 Jul 2018 14:37:31 +0200
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