mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-07-02 04:28:16 +08:00
feat: ✨ 新增一些扩展方法 (#25)
[skip ci] Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
@ -19,6 +19,10 @@ indent_size = 2 # 对于 JSON 和 YAML 文件,缩进大小为 2 个空格
|
||||
[*.cs]
|
||||
dotnet_analyzer_diagnostic.severity = warning # 设置 C# 文件中所有 dotnet_analyzer_diagnostic 的严重性级别为 warning
|
||||
|
||||
[*.g.cs]
|
||||
dotnet_analyzer_diagnostic.severity = none # 禁用所有代码分析规则
|
||||
|
||||
|
||||
# ReSharper properties
|
||||
resharper_align_linq_query = true # 启用对LINQ查询的对齐
|
||||
resharper_align_multiline_argument = true # 启用多行参数的对齐
|
||||
|
Reference in New Issue
Block a user