You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -x"${CLANG_FORMAT}" ]] &&"${CLANG_FORMAT}" --version >/dev/null;then
42
+
echo'clang-format is installed.'>&2
43
+
exit 0
44
+
else
45
+
echo'ERROR: missing dependency. Please download clang-format version >= 19 (https://clang.llvm.org/; the latest version is recommended). Once installed, run the command again.'>&2
0 commit comments