From d456abd36288f044e3f73726f926f685c71261dc Mon Sep 17 00:00:00 2001 From: Zhong TIAN <12692414+tian-zhong@users.noreply.github.com> Date: Fri, 29 Jul 2022 18:37:55 +0800 Subject: [PATCH] Update CODE_OF_CONDUCT.md (#4468) * Update CODE_OF_CONDUCT.md Code of Conduct typically means how contributor should behave in this community. The current contents here are helpful coding syle guide. It is also best to rename the filename to "CODE_STYLE_GUIDE.md" * Rename CODE_OF_CONDUCT.md to Coding_Style_Guide.md as suggested --- CODE_OF_CONDUCT.md => Coding_Style_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CODE_OF_CONDUCT.md => Coding_Style_Guide.md (91%) diff --git a/CODE_OF_CONDUCT.md b/Coding_Style_Guide.md similarity index 91% rename from CODE_OF_CONDUCT.md rename to Coding_Style_Guide.md index 502cf796c85..bb2b48be25e 100644 --- a/CODE_OF_CONDUCT.md +++ b/Coding_Style_Guide.md @@ -1,4 +1,4 @@ -# Contributor Covenant Code of Conduct +# Contributor Covenant Coding Style Guide Currently we use clang-format to format the code. We recommend you to configure the clang-format according to the IDE / editor you use. The following link is how to configure vim / emacs / vscode to use clang-format.