view .clang-format @ 42252:a42cc325b682

gendoc: nest command headers under category headers Differential Revision: https://phab.mercurial-scm.org/D6329
author Sietse Brouwer <sbbrouwer@gmail.com>
date Fri, 26 Apr 2019 12:41:48 +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