Skip to content

Commit 61d48e3

Browse files
geevensinghCopilot
andcommitted
DiffViewer: initial scaffolding (sln, README, LICENSE, .gitignore, .gitattributes, .editorconfig, AGENTS.md)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7def832 commit 61d48e3

7 files changed

Lines changed: 694 additions & 0 deletions

File tree

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
4+
dotnet_diagnostic.CS8618.severity = suggestion

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp

0 commit comments

Comments
 (0)