view .clang-format @ 38636:25534e0cf0d9

revlog: _segmentspan computes the byte span of a segment Refactor out this code to be used somewhere else in a next changeset
author Paul Morelle <paul.morelle@octobus.net>
date Thu, 17 May 2018 15:10: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