Skip to content
Snippets Groups Projects
Commit e8058034 authored by Ryan Pavlik's avatar Ryan Pavlik
Browse files

readme: Clarify clang-format usage/version

parent 55fd7873
No related branches found
No related tags found
No related merge requests found
......@@ -241,8 +241,11 @@ scripts/format-project.sh
You can optionally put something like `CLANG_FORMAT=clang-format-7` before that command
if your clang-format binary isn't named `clang-format`.
Note that you'll typically prefer to use something like `git clang-format`
**Note that you'll typically prefer** to use something like `git clang-format`
to just re-format your changes, in case version differences in tools result in overall format changes.
The CI "style" job currently runs on Debian Buster, so it has clang-format-7.
We will probably update that job to Bullseye or Ubuntu 20.10, which will allow
using clang-format-11 by default, soon.
[OpenHMD]: http://openhmd.net
[drm-lease]: https://haagch.frickel.club/#!drmlease%2Emd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment