The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

clang-tidy: Disable a check clangd was insistent on.

+1
+1
.clang-tidy
··· 25 25 -readability-implicit-bool-conversion, 26 26 -readability-redundant-access-specifiers, 27 27 -readability-uppercase-literal-suffix, 28 + -readability-identifier-length, 28 29 WarningsAsErrors: '' 29 30 HeaderFilterRegex: 'src/xrt/.*' 30 31 AnalyzeTemporaryDtors: false