With SublimeText3 my .editorconfig file contains: [*.{h,cc,cpp}] indent_style = space indent_size = 2 tab_width = 8 I would expect tab characters in a file t
I'm using VS 2019 16.9.0 Preview 1.0 and have a project with the following PropertyGroup <PropertyGroup> <OutputType>Exe</OutputType> <
I'm using VS 2019 16.9.0 Preview 1.0 and have a project with the following PropertyGroup <PropertyGroup> <OutputType>Exe</OutputType> <
I'm using C# 10 new feature File-scoped namespace declaration. I have old code like this namespace SampleCode { public class MyClass { } } I'm movi