Suppress all build warnings
[platform/upstream/Vulkan-LoaderAndValidationLayers.git] / tests / .clang-format
1 ---
2 # We'll use defaults from the LLVM style, but with 4 columns indentation.
3 BasedOnStyle: LLVM
4 IndentWidth: 4
5 ColumnLimit: 132
6 ...