diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f7445169 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true +[**] +end_of_line = LF +indent_style = space +indent_size = 2 +insert_final_newline = true +tab_width = 8 diff --git a/.istanbul.yml b/.istanbul.yml new file mode 100644 index 00000000..9ff1379f --- /dev/null +++ b/.istanbul.yml @@ -0,0 +1,6 @@ +reporting: + watermarks: + statements: [80, 95] + lines: [80, 95] + functions: [80, 95] + branches: [80, 95] diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md new file mode 100644 index 00000000..9d4213eb --- /dev/null +++ b/CODE-OF-CONDUCT.md @@ -0,0 +1,3 @@ +## Community Code of Conduct + +gRPC follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).