1 Star 0 Fork 0

leiluohui/nacos-sdk-csharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
彭伟 提交于 2021-05-18 08:26 . Add ConfigurationBuilder support (#105)
root = true
[*]
charset = utf-8-bom
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[.bowerrc|*.yml]
charset = utf-8
# Xml project files
[*.*proj]
indent_size = 2
# Xml build files
[*.builds]
indent_size = 2
# Xml files
[*.{xml,stylecop,resx,ruleset,xsd}]
indent_size = 2
# Xml config files
[*.{props,targets,config,nuspec,vsixmanifest,vsct}]
indent_size = 2
# JSON files
[*.json]
indent_size = 2
# Shell scripts
[*.sh]
end_of_line = lf
# ReSharper properties
resharper_csharp_wrap_lines=false
resharper_enforce_line_ending_style=true
resharper_js_wrap_lines=false
resharper_protobuf_wrap_lines=false
resharper_use_indent_from_vs=false
resharper_vb_wrap_lines=false
resharper_xmldoc_wrap_lines=false
resharper_xml_wrap_lines=false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/vbet/nacos-sdk-csharp.git
[email protected]:vbet/nacos-sdk-csharp.git
vbet
nacos-sdk-csharp
nacos-sdk-csharp
master

搜索帮助