view .clang-format @ 49811:0a91aba258e0

typing: add type hints to the posix platform module matching win32.py
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 15 Dec 2022 21:13:11 -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