diff --git a/.clang-tidy b/.clang-tidy index 428f6d1..83214b5 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -65,4 +65,6 @@ openmp-use-default-none, CheckOptions: cppcoreguidelines-avoid-do-while.IgnoreMacros: 'true' - readability-function-cognitive-complexity.Threshold: 35 \ No newline at end of file + readability-function-cognitive-complexity.Threshold: 35 + +UseColor: true