root = true

[*.cs]
# File-scoped namespace 선호 (C# 10+)
csharp_style_namespace_declarations = file_scoped:warning
dotnet_diagnostic.IDE0161.severity = warning
