.clang-format (660B)
- # SPDX-FileCopyrightText: 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
 - # SPDX-License-Identifier: MPL-2.0
 - AlignAfterOpenBracket: true
 - AlignConsecutiveAssignments: true
 - AlignOperands: true
 - AlignTrailingComments: true
 - AllowShortCaseLabelsOnASingleLine: false
 - 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