view .clang-format @ 43383:0f890ce15888 stable

py3: use raw string to query EmailMessage in gnuarch converter
author Denis Laxalde <denis@laxalde.org>
date Mon, 04 Nov 2019 09:56:10 +0100
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