c# Visual Studio turn off auto formatting for code area
Sometimes you do not want to have auto formatting enabled for specific code areas. Mostly I am using that for short switch statements, for a better code readability. Specific code areas can be excluded by using the formatter directive: switch (arg.To...
Jun 27, 20221 min read73
