Open paul1956 opened 4 years ago
Does PR #1895 fix that ?
Looks very good maybe perfect. My only question is some of the options use C# terms like static or internal where VB uses Shared and Friend and those options are available in .editorConfig. Does something internal do the translation so that the shared setting work with both VB and C#, trying it out I seem to get the desired result in VB or at least get no suggestions.
Before you open an issue
If the issue is:
Issue description The .EditorConfig file only has limited formatting rules for VB only below
Target framework N/A Check the .NET target framework(s) being used, and include the version number(s).
If using the .NET Core SDK, include
dotnet --info
output. If using .NET Framework without the .NET Core SDK, include info from Visual Studio's Help > About Microsoft Visual Studio dialog.dotnet --info output or About VS info
```console