aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-23 12:10:08 -0700
committerGitHub <noreply@github.com>2018-09-23 12:10:08 -0700
commitc7a429a6677c975879ce04385fd58b4ac694004f (patch)
tree5f062aa9dc62e97f3d9603975435083b0ca2e255 /CONTRIBUTING.md
parent51945d3cd52f1be4b10661ec7a445423a6c354c8 (diff)
downloadgoogletest-c7a429a6677c975879ce04385fd58b4ac694004f.tar.gz
googletest-c7a429a6677c975879ce04385fd58b4ac694004f.tar.bz2
googletest-c7a429a6677c975879ce04385fd58b4ac694004f.zip
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 846dd8ab..b52f8ee5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,7 +78,8 @@ itself is a valuable contribution.
To keep the source consistent, readable, diffable and easy to merge,
we use a fairly rigid coding style, as defined by the [google-styleguide](https://github.com/google/styleguide) project. All patches will be expected
-to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html).
+to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html).
+Use [.clang-format](https://github.com/google/googletest/blob/master/.clang-format) to check your formatting
## Requirements for Contributors ###