From 9bdceb8a2998b555f2cfebc0a089095883dd078c Mon Sep 17 00:00:00 2001 From: "jielin.xu" Date: Thu, 26 Sep 2019 10:05:16 +0800 Subject: [PATCH] Update CONTRIBUTING.md Former-commit-id: 59d068697cc1d4670f299a09d270db0aa230bbb8 --- cpp/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CONTRIBUTING.md b/cpp/CONTRIBUTING.md index 8711d870..665b8cb9 100644 --- a/cpp/CONTRIBUTING.md +++ b/cpp/CONTRIBUTING.md @@ -49,7 +49,7 @@ And we made the following changes based on the guide: - 4 spaces for indentation - Adopt .cpp file extension instead of .cc extension - 120-character line length -- The file name starts with the upper case +- Camel-Cased file names ## Run unit test -- GitLab