Files
LittleTown/.editorconfig
mcmuzzle bf41b9f2e4
All checks were successful
dotnet package / build (8.0.x) (push) Successful in 1m29s
temp
temp

fin de l'ajout de données au match
2024-06-18 23:02:49 +02:00

22 lines
462 B
INI

root = true
#### .NET Coding Conventions ####
# C# files
[*.cs]
dotnet_diagnostic.IDE1006.severity = warning
dotnet_diagnostic.IDE0005.severity = error
dotnet_diagnostic.CA5394.severity = none
# 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