microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.71k stars 461 forks source link

Program Indent style need to change, very long time there no new release???? #4626

Closed manusoft closed 1 year ago

manusoft commented 1 year ago

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:

mikebattista commented 1 year ago

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?

manusoft commented 1 year ago

Yes, thanks bro.