1 Star 0 Fork 1

云之底/MemoryPack

forked from zhouhongkang/MemoryPack 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
neuecc 提交于 2022-09-03 13:18 +08:00 . initials
root = true
[*]
indent_style = space
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
[*.{sh,yaml,yml,rules}]
charset = utf-8
indent_size = 2
end_of_line = lf
[*{_AssemblyInfo.cs,.notsupported.cs}]
generated_code = true
# C# files
[*.cs]
charset = utf-8-bom
indent_size = 4
csharp_style_namespace_declarations = file_scoped
dotnet_style_require_accessibility_modifiers = never
# VSTHRD101: Avoid async void
# VSTHRD101: Avoid unsupported async delegates
dotnet_diagnostic.VSTHRD100.severity = none
dotnet_diagnostic.VSTHRD101.severity = none
# VSTHRD003: Avoid awaiting foreign Tasks
dotnet_diagnostic.VSTHRD003.severity = none
# VSTHRD111: Use ConfigureAwait(bool)
dotnet_diagnostic.VSTHRD111.severity = error
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brucelut/MemoryPack.git
git@gitee.com:brucelut/MemoryPack.git
brucelut
MemoryPack
MemoryPack
main

搜索帮助