﻿[*.cs]

# Fix Formatting
dotnet_diagnostic.IDE0055.severity = warning

# IDE0130: Namespaces should match folder structure
# We don't follow this convention
dotnet_diagnostic.IDE0130.severity = none