We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a5703 commit ac0aed8Copy full SHA for ac0aed8
.clang-tidy
@@ -17,7 +17,9 @@ Checks: >
17
-llvmlibc-restrict-system-libc-headers,
18
-llvmlibc-implementation-in-namespace,
19
-altera-unroll-loops,
20
- -misc-definitions-in-headers
+ -misc-definitions-in-headers,
21
+ -readability-identifier-naming,
22
+ -readability-identifier-length
23
24
WarningsAsErrors: ''
25
HeaderFilterRegex: '.*(Common|SparseBindingTest|Tests|VmaUsage|VulkanSample)\.(cpp|h)$|.*vk_mem_alloc\.h$'
0 commit comments