Category "editorconfig"

Tab size wrong with EditorConfig and SublimeText 3

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

EnforceCodeStyleInBuild true does not fail the build when errors are present

I'm using VS 2019 16.9.0 Preview 1.0 and have a project with the following PropertyGroup <PropertyGroup> <OutputType>Exe</OutputType> <

EnforceCodeStyleInBuild true does not fail the build when errors are present

I'm using VS 2019 16.9.0 Preview 1.0 and have a project with the following PropertyGroup <PropertyGroup> <OutputType>Exe</OutputType> <

EditorConfig control File-scoped namespace declaration

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