view .clang-format @ 42248:0786b791b3b5

gendoc: indent loop to make next patch more legible Differential Revision: https://phab.mercurial-scm.org/D6325
author Sietse Brouwer <sbbrouwer@gmail.com>
date Thu, 25 Apr 2019 19:15:17 +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