5ce2c8a982
为 Claude Code 提供原生 Windows toast 通知:点击跳回原窗口、切回 Windows Terminal 标签、跨虚拟桌面、调用方图标、非阻塞投递;NativeAOT 单文件分发。
24 lines
306 B
INI
24 lines
306 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.xml]
|
|
indent_size = 2
|
|
|
|
[*.props]
|
|
indent_size = 2
|
|
|
|
[*.csproj]
|
|
indent_size = 2
|
|
|
|
[*.targets]
|
|
indent_size = 2
|
|
|
|
[*.cs]
|
|
csharp_style_namespace_declarations = file_scoped:warning
|