mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #24 from nicolasnoble/extra-files
Adding few stray files.
This commit is contained in:
commit
b9caec688e
7
.editorconfig
Normal file
7
.editorconfig
Normal 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
6
.istanbul.yml
Normal 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
3
CODE-OF-CONDUCT.md
Normal 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).
|
||||
Loading…
x
Reference in New Issue
Block a user