view .clang-format @ 42822:0f5652f17325

bundlerepo: drop the `baserevision` hack It is not used anywhere anymore, so we can safely drop it.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 30 Aug 2019 17:46:47 +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