You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: Coding_Style_Guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributor Covenant Code of Conduct
1
+
# Contributor Covenant Coding Style Guide
2
2
3
3
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.
0 commit comments