view .clang-format @ 40752:65591a513b9c

revert: extract origvfs logic in a sub-function The subrepo's "revert" logic could benefit from it.
author Boris Feld <boris.feld@octobus.net>
date Thu, 22 Nov 2018 19:26:05 +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