Closed manusoft closed 1 year ago
Programming style (indent) look like this using C#11.0
public string Hello { get; set; }
need one line like below. public string Hello { get; set;}
No response
There's a .editorconfig in the root folder of the generated solution that can control code style. Are you able to update this in your project to achieve the desired indent style?
Yes, thanks bro.
Is your feature request related to a problem? Please describe.
Programming style (indent) look like this using C#11.0
public string Hello { get; set; }
Describe the solution you'd like
need one line like below. public string Hello { get; set;}
Describe alternatives you've considered
No response
Additional context
No response
Applies to the following platforms: