view .clang-format @ 51797:2f8e7e384178

exchange: trivial simplification Both sides of the condition do essentially the same thing, except one with fastpath=True. No functional changes.
author Felipe Contreras <felipe.contreras@gmail.com>
date Fri, 05 May 2023 06:08:36 -0600
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