1 Star 0 Fork 0

witsbin/net-vips

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kleis Auke Wolthuizen 提交于 2021-04-18 19:12 . Update dependencies
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
# This file is the top-most EditorConfig file
root = true
# All files
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
[*.cs]
# CS0728: Possibly incorrect assignment to local which is the argument to a using or lock statement
dotnet_diagnostic.CS0728.severity = none
[build/*.cs]
dotnet_style_qualification_for_field = false:warning
dotnet_style_qualification_for_property = false:warning
dotnet_style_qualification_for_method = false:warning
dotnet_style_qualification_for_event = false:warning
dotnet_style_require_accessibility_modifiers = never:warning
csharp_style_expression_bodied_methods = true:silent
csharp_style_expression_bodied_properties = true:warning
csharp_style_expression_bodied_indexers = true:warning
csharp_style_expression_bodied_accessors = true:warning
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/witsbin/net-vips.git
[email protected]:witsbin/net-vips.git
witsbin
net-vips
net-vips
master

搜索帮助