Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
404 B
18 lines
404 B
3 years ago
|
# Remove the line below if you want to inherit .editorconfig settings from higher directories
|
||
|
root = true
|
||
|
|
||
|
# C# files
|
||
|
[*.cs]
|
||
|
|
||
|
#### Core EditorConfig Options ####
|
||
|
|
||
|
# Indentation and spacing
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
tab_width = 4
|
||
|
|
||
|
# New line preferences
|
||
|
# See https://github.com/protocolbuffers/protobuf/issues/9526
|
||
|
#end_of_line = lf
|
||
|
insert_final_newline = false
|
||
|
trim_trailing_whitespace = true
|