aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 00:10:15 -0700
committerGitHub <noreply@github.com>2018-09-25 00:10:15 -0700
commita4f57cf49a4533cbc6e21c5eb6d964eda6898bda (patch)
tree06d264f0b035b73c1269e03fba8b739f8d19221c /CONTRIBUTING.md
parent90943525c5d1fa4362cbc5c4b313dab761c02295 (diff)
parentb19266a3e3fda6ff9c97b2c1655ef5e7b4444c46 (diff)
downloadgoogletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.tar.gz
googletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.tar.bz2
googletest-a4f57cf49a4533cbc6e21c5eb6d964eda6898bda.zip
Merge branch 'master' into python3-tests
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 ###