.editorconfig 163 B

123456
  1. root = true
  2. [*.cs]
  3. # File-scoped namespace 선호 (C# 10+)
  4. csharp_style_namespace_declarations = file_scoped:warning
  5. dotnet_diagnostic.IDE0161.severity = warning