Creation de la solution et de la classe Match

This commit was merged in pull request #2.
This commit is contained in:
2024-05-20 22:50:42 +02:00
parent 0b1fd87037
commit 9567423195
10 changed files with 138 additions and 1 deletions

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
root = true
#### .NET Coding Conventions ####
# C# files
[*.cs]
dotnet_diagnostic.IDE1006.severity = warning
dotnet_diagnostic.IDE0005.severity = error
# Exclude generated code
[src/**/Migrations/*.cs]
generated_code = true
dotnet_analyzer_diagnostic.severity = none
#### Core EditorConfig Options ####
[*]
# Indentation and spacing
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true