Merge pull request #24 from nicolasnoble/extra-files

Adding few stray files.
This commit is contained in:
Nicolas Noble 2017-09-12 17:22:00 -07:00 committed by GitHub
commit b9caec688e
3 changed files with 16 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[**]
end_of_line = LF
indent_style = space
indent_size = 2
insert_final_newline = true
tab_width = 8

6
.istanbul.yml Normal file
View File

@ -0,0 +1,6 @@
reporting:
watermarks:
statements: [80, 95]
lines: [80, 95]
functions: [80, 95]
branches: [80, 95]

3
CODE-OF-CONDUCT.md Normal file
View File

@ -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).