Skip to content

Commit

Permalink
Update CODE_OF_CONDUCT.md (#4468)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tian-zhong committed Jul 29, 2022
1 parent 6eccb1d commit d456abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md → Coding_Style_Guide.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit d456abd

Please sign in to comment.