view .clang-format @ 42084:42537dfc7a7c

match: add doctest examples in match() Make the docstring raw, as it now includes escape characters.
author Denis Laxalde <denis@laxalde.org>
date Mon, 08 Apr 2019 09:34:50 +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