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