# SPDX-FileCopyrightText: (C) 2024 Zephyr Lykos <self@mochaa.ws>
# SPDX-License-Identifier: 0BSD

BasedOnStyle: Google
ColumnLimit: 100
ReflowComments: IndentOnly

AlignConsecutiveDeclarations: Consecutive
AlignConsecutiveMacros: Consecutive
AlignTrailingComments: true
BreakBeforeBinaryOperators: NonAssignment
IncludeBlocks: Preserve
