Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 2f74aa3

Browse files
authored
Mention clang-format version
1 parent 6618dd6 commit 2f74aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
unless they are labeled with `[in progress]` or have "[WIP]" in title.
55

66
2. **Code formatting** rules are described by the [Clang-Format Style Options] file [.clang-format].
7-
Please use the [clang-format] tool to format your code _changes_ accordingly.
7+
Please use the [clang-format] (version 5.0 or higher recommended) tool to format your code _changes_ accordingly.
88
[git-clang-format] tool is useful to limit reformatting to your changes only:
99

1010
git clang-format # to reformat the changes in the working directory

0 commit comments

Comments
 (0)