view .clang-format @ 45189:045f5361bd12 stable

relnotes: make spacing before new section consistent Differential Revision: https://phab.mercurial-scm.org/D8768
author Manuel Jacob <me@manueljacob.de>
date Mon, 20 Jul 2020 17:57:31 +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