We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Makefile
1 parent 9d61da0 commit 06fe60aCopy full SHA for 06fe60a
Makefile
@@ -1429,8 +1429,8 @@ CLANG_FORMAT_START ?= HEAD
1429
# $ make format-cpp
1430
# To format HEAD~1...HEAD (latest commit):
1431
# $ CLANG_FORMAT_START=`git rev-parse HEAD~1` make format-cpp
1432
-# To format diff between master and current branch head (master...HEAD):
1433
-# $ CLANG_FORMAT_START=master make format-cpp
+# To format diff between main and current branch head (main...HEAD):
+# $ CLANG_FORMAT_START=main make format-cpp
1434
format-cpp: ## Format C++ diff from $CLANG_FORMAT_START to current changes
1435
ifneq ("","$(wildcard tools/clang-format/node_modules/)")
1436
$(info Formatting C++ diff from $(CLANG_FORMAT_START)..)
0 commit comments