view .clang-format @ 49524:45268599f55e stable

tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD)
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 19 Oct 2022 16:55:46 +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