view .clang-format @ 41961:c3522b015f81

manifestcache: skip setup earlier if we don't have the lock There a no point preparing a closure if we are not going to use it.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 15 Mar 2019 09:07:23 +0000
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