view .clang-format @ 38641:feba6be0941b

revlog: extract density based slicing into its own function We are going to introduce another slicing step. We start by extracting the existing one into its own function.
author Boris Feld <boris.feld@octobus.net>
date Tue, 10 Jul 2018 11:53:36 +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