File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ recent commit:
7777 For some patches, formatting them may add changes that obscure the intent of
7878 the patch. For example, adding to an enum that was not previously formatted
7979 may result in the entire enum being reformatted. This happens because not all
80- of the LLVM Project conforms to clang-format at this time.
80+ of the LLVM Project conforms to LLVM's clang-format style at this time.
8181
8282 If you think that this might be the case for your changes, or are unsure, we
8383 recommend that you add the formatting changes as a **separate commit ** within
@@ -90,8 +90,8 @@ recent commit:
9090 an easier time doing this. If they are not, that is ok too, but you will have
9191 to do a bit more work to separate it out.
9292
93- Note that ``git clang-format `` modifies the files, but doesn't commit them -- you'll likely want
94- to run one of the following to add the changes to a commit:
93+ Note that ``git clang-format `` modifies the files, but does not commit them --
94+ you will likely want to run one of the following to add the changes to a commit:
9595
9696.. code-block :: console
9797
You can’t perform that action at this time.
0 commit comments