# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2026 Breno Cunha Queiroz
BasedOnStyle: Google
Standard: c++20
# Includes are ordered deliberately (each .cpp's own header first); keep them.
SortIncludes: false
