Skip to content

Commit 1bd97df

Browse files
committed
fixup! Add documentation for running clang-format
1 parent 34b89f9 commit 1bd97df

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ You can do so by running the following command.
138138
139139
To match the exact formatting expected by the [clang-format version in the
140140
workflow], you will need to obtain [clang version 13.0.0] and add its `bin`
141-
directory to `PATH`.
142-
143-
Note: If you are using RHEL/CentOS or SLES/openSUSE, try installing one of the
144-
`clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-*.tar.xz` that is compatible with
145-
the libc and libstdc++ versions provided by your distribution.
141+
directory to `PATH`. If you are using RHEL/CentOS or SLES/openSUSE, try
142+
installing one of the `clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-*.tar.xz`
143+
that is compatible with the libc and libstdc++ versions provided by your
144+
distribution.
146145
147146
If you wish to format a committed or staged file, you can use clang-format git
148147
integration, [git-clang-format]. The main benefit of `git clang-format` is the

0 commit comments

Comments
 (0)