tintoy / msbuild-project-tools-server

Language server for MSBuild intellisense (including PackageReference completion).
MIT License
56 stars 15 forks source link

Refactor editorconfig #76

Closed DoctorKrolic closed 11 months ago

DoctorKrolic commented 11 months ago
  1. Put all C#-related options under C# section
  2. Since IDE0016 is controlled via csharp_style_throw_expression option, we don't need to supress it wia MsBuild's NoWarn property