blob: ec741cded0bddd89ed94f5416a48f35cb63f4846 [file] [log] [blame]
Kaiyi Li2a92d162021-09-19 19:34:29 -07001BasedOnStyle: Google
2IndentWidth: 4
3ColumnLimit: 100
4IncludeCategories:
5 - Regex: '^(<(gtest|gmock))'
Kaiyi Li4935d312022-01-12 16:57:24 -08006 Priority: -1
Kaiyi Liec3396f2022-03-08 13:10:51 -08007FixNamespaceComments: true
8PointerAlignment: Left
Greg Schlomoffb1106342022-05-19 14:19:09 -07009DerivePointerAlignment: false
10
11# Ensure proper formatting of macros such as GOLDFISH_VK_LIST_DISPATCHABLE_HANDLE_TYPES
12StatementMacros: ["f"]