view .clang-format @ 44843:288328c6711b

git: fix probable missing return Differential Revision: https://phab.mercurial-scm.org/D8539
author Romain DEP. <rom1dep@gmail.com>
date Mon, 11 May 2020 21:56:43 +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