ci: Add clang-format to CI

This also removes the extra .clang-format in the include directory

closes 
This commit is contained in:
Juan Ramos 2023-11-10 13:17:53 -07:00 committed by Juan Ramos
parent daeab89bb9
commit 678ce607a0
26 changed files with 305 additions and 314 deletions
include/vulkan/utility

View file

@ -9,6 +9,8 @@
#pragma once
#include <vulkan/vulkan.h>
// clang-format off
namespace vku {
template <typename T>
@ -1057,4 +1059,4 @@ template<> inline VkObjectType GetObjectType<VkShaderEXT>() { return VK_OBJECT_T
#endif // VK_USE_64_BIT_PTR_DEFINES == 1
} // namespace vku
// NOLINTEND
// NOLINTEND// clang-format on