From de6cf12ab71aac5c41ff253d61342cb026b840e8 Mon Sep 17 00:00:00 2001 From: albestro <9337627+albestro@users.noreply.github.com> Date: Mon, 10 Feb 2020 16:40:28 +0100 Subject: [PATCH] Minor fix help messag git clang-format Option name for clangFormat.extensions was reported in the singular form in the help message. --- clang/tools/clang-format/git-clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/tools/clang-format/git-clang-format b/clang/tools/clang-format/git-clang-format index bf05d9143fa18..abbe3b7b97c66 100755 --- a/clang/tools/clang-format/git-clang-format +++ b/clang/tools/clang-format/git-clang-format @@ -45,7 +45,7 @@ second that differ from the first . The following git-config settings set the default of the corresponding option: clangFormat.binary clangFormat.commit - clangFormat.extension + clangFormat.extensions clangFormat.style '''