From 7e4a40d7c4c60e4ad28f0131ecca7e7c5d95169b Mon Sep 17 00:00:00 2001 From: Quinn Date: Fri, 18 Jul 2025 11:07:17 +0200 Subject: [PATCH] we don't need to specify user --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index b39a329..5021d06 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -30,7 +30,6 @@ ImplementationFileExtensions: - cxx HeaderFilterRegex: '' FormatStyle: none -User: user CheckOptions: cert-dcl16-c.NewSuffixes: 'L;LL;LU;LLU' cert-err33-c.AllowCastToVoid: 'true'