-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORE SDK Auto Released By yinxi #263
Conversation
发布日志: 1, Add editor config file
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
=====================================
Coverage 95% 95%
=====================================
Files 64 64
Lines 3323 3323
Branches 334 334
=====================================
Hits 3157 3157
Misses 111 111
Partials 55 55
Continue to review full report at Codecov.
|
update product | ||
### 2019-05-28 Version 2.3.2 | ||
更新 2.3.2 | ||
### 2019-05-28 Version 2.3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是新的发布系统 发布产品时,更新到 core 的 changlog 中了,已和温作超说了这个 bug
@@ -0,0 +1,200 @@ | |||
# EditorConfig is awesome: https://EditorConfig.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
编辑器配置应当是个人的配置吧。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里面配置的是 代码风格, 比如缩进,空格等规范,目的是为了让其他贡献者提PR时能做到和原来的代码风格和规范保持一致,目前的规范来自 微软 C# 编译器 Roslyn 的规范 https://github.com/dotnet/roslyn/blob/master/.editorconfig
发布日志:
1, Add editor config file
You need to complete