mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-27 15:09:32 +00:00
ci: Add clang-format to CI
This also removes the extra .clang-format in the include directory closes #78
This commit is contained in:
parent
daeab89bb9
commit
678ce607a0
26 changed files with 305 additions and 314 deletions
include/vulkan/utility
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue