1 Star 0 Fork 70

Kevin/GB28181.Solution

forked from mehome/GB28181.Solution 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
Edward 提交于 2020-05-01 13:06 +08:00 . add config for vs
root = true
# All files
[*]
indent_style = space
end_of_line = crlf
# Code files
[*.{cs}]
indent_size = 4
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
# Organize usings
dotnet_sort_system_directives_first = true
# dotnet_separate_import_directive_groups = false
# Space preferences
csharp_space_after_keywords_in_control_flow_statements = true
# Wrapping preferences
# csharp_preserve_single_line_statements = true
# csharp_preserve_single_line_blocks = true
# Don't allow single line if/else blocks without braces.
# csharp_prefer_braces = true:error
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/kevin20120320/GB28181.Solution.git
git@gitee.com:kevin20120320/GB28181.Solution.git
kevin20120320
GB28181.Solution
GB28181.Solution
master

搜索帮助