.clang-format (657B)
- # SPDX-FileCopyrightText: 2019-2022 inaban Authors <https://hacktivis.me/git/inaban>
 - # SPDX-License-Identifier: BSD-3-Clause
 - AlignAfterOpenBracket: true
 - AlignConsecutiveAssignments: true
 - AlignOperands: true
 - AlignTrailingComments: true
 - AllowShortCaseLabelsOnASingleLine: true
 - AllowShortFunctionsOnASingleLine: true
 - AllowShortIfStatementsOnASingleLine: true
 - AlwaysBreakAfterReturnType: AllDefinitions
 - BinPackArguments: false
 - BinPackParameters: false
 - BreakBeforeBraces: Allman
 - SpaceBeforeParens: Never
 - IncludeBlocks: Regroup
 - ReflowComments: false
 - SortIncludes: true
 - UseTab: ForIndentation
 - IndentWidth: 2
 - TabWidth: 2
 - ColumnLimit: 100
 - NamespaceIndentation: All