view .clang-format @ 49319:a75b530cfc29

typing: add a missing suppression directive for `msvcrt`
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 13 Jun 2022 11:20:57 -0400
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