From 04ebe301ec0afed7d66b0354a0966f24013bf54e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 18 Sep 2020 09:28:14 +0200 Subject: Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-Tidy --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 6b56d23a..f40eea44 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ -# This configuration should work with clang-format 6.0 and higher. +# This configuration should work with Clang-Format 6.0 and higher. --- Language: Cpp BasedOnStyle: LLVM -- cgit v1.2.1