view .clang-format @ 49796:98e7be1ed6c5

doc: don't pass str to ui methods in check-seclevel.py
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 10 Dec 2022 14:57:42 -0500
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