layers: Validate subpass dependency access vs stage masks
[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 ...