1# Copyright © 2024 Google 2# SPDX-License-Identifier: MIT 3 4BasedOnStyle: Google 5IndentWidth: 4 6ColumnLimit: 100 7IncludeCategories: 8 - Regex: '^(<(gtest|gmock))' 9 Priority: -1 10FixNamespaceComments: true 11PointerAlignment: Left 12DerivePointerAlignment: false 13 14# Ensure proper formatting of macros such as GOLDFISH_VK_LIST_DISPATCHABLE_HANDLE_TYPES 15StatementMacros: ["f"] 16