view .clang-format @ 40654:fd1d41ccbe38

sparse-revlog: use `span` variable as intended The variable was planned to be used in the while condition but was not used yet.
author Boris Feld <boris.feld@octobus.net>
date Thu, 15 Nov 2018 14:55:11 +0100
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