Kaiyi Li | 2a92d16 | 2021-09-19 19:34:29 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | IndentWidth: 4 |
| 3 | ColumnLimit: 100 |
| 4 | IncludeCategories: |
| 5 | - Regex: '^(<(gtest|gmock))' |
Kaiyi Li | 4935d31 | 2022-01-12 16:57:24 -0800 | [diff] [blame] | 6 | Priority: -1 |
Kaiyi Li | ec3396f | 2022-03-08 13:10:51 -0800 | [diff] [blame] | 7 | FixNamespaceComments: true |
| 8 | PointerAlignment: Left |
Greg Schlomoff | b110634 | 2022-05-19 14:19:09 -0700 | [diff] [blame] | 9 | DerivePointerAlignment: false |
| 10 | |
| 11 | # Ensure proper formatting of macros such as GOLDFISH_VK_LIST_DISPATCHABLE_HANDLE_TYPES |
| 12 | StatementMacros: ["f"] |