1# There is a copy of this file at http://google3/play/games/battlestar/build/gfxstream/.clang-format 2# for the AyeAye presubmit check. If you change this file, please also change the location above. 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