From 2b75425070662b869c15673623df44e30ce43ebe Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 17 May 2022 21:28:08 +0200 Subject: code format --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 4c8496f..4dd70ad 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -11,6 +11,7 @@ CheckOptions: - { key: readability-identifier-naming.GlobalVariableIgnoredRegexp, value: _.* } - { key: readability-identifier-naming.GlobalVariablePrefix, value: g_w2_ } - { key: readability-identifier-naming.MacroDefinitionCase, value: UPPER_CASE } + - { key: readability-identifier-naming.MacroDefinitionIgnoredRegexp, value: _.* } - { key: readability-identifier-naming.MacroDefinitionPrefix, value: W2_ } - { key: readability-identifier-naming.StructCase, value: lower_case } - { key: readability-identifier-naming.StructPrefix, value: w2_s_ } -- cgit v1.2.3