layers: Avoid warnings in vk_layer_logging.h
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / .clang-format
1 ---
2 # Use defaults from the Google style with the following exceptions:
3 BasedOnStyle: Google
4 IndentWidth: 4
5 ColumnLimit: 132
6 SortIncludes: false
7 ...