view .clang-format @ 46080:1d252e73af61 stable

bugzilla: fix reporting of exceptions with py3
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 03 Dec 2020 22:49:01 +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