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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ PaddlePaddle uses this [Git branching model](http://nvie.com/posts/a-successful-
39
39
pre-commit install
40
40
```
41
41
42
-
Our pre-commit configuration requires clang-format 3.8 for auto-formating C/C++ code and yapf for Python.
42
+
Our pre-commit configuration requires clang-format 3.8 for auto-formatting C/C++ code and yapf for Python.
43
43
44
44
Once installed, `pre-commit` checks the style of code and documentation in every commit. We will see something like the following when you run `git commit`:
45
45
@@ -52,7 +52,7 @@ PaddlePaddle uses this [Git branching model](http://nvie.com/posts/a-successful-
52
52
Check for broken symlinks................................................Passed
53
53
Detect Private Key...................................(no files to check)Skipped
54
54
Fix End of Files.....................................(no files to check)Skipped
55
-
clang-formater.......................................(no files to check)Skipped
55
+
clang-format.........................................(no files to check)Skipped
0 commit comments