vulkaninfo: fix device ext list having bad items
[platform/upstream/Vulkan-Tools.git] / .clang-format
1 ---
2 # Use defaults from the Google style with the following exceptions:
3 BasedOnStyle: Google
4 IndentWidth: 4
5 AccessModifierOffset: -2
6 ColumnLimit: 132
7 SortIncludes: false
8 ...