VS Code key indentation

Asked

Viewed 353 times

0

Good afternoon, you guys.

Visual Studio Code has a native configuration to change key indentation (C#)?

I have installed the extension C# Fixformat, but when saving the file it starts this way:

public class teste {
}

I’d like you to think so:

public class teste
{
}
  • Does this link help you? https://stackoverflow.com/questions/47352611/vs-code-doesnt-format-c-sharp-code

  • Check also if C# is enabled ai http://prntscr.com/on3jil Sometimes someone may have disabled etc... I even took a lot of stuff I don’t use to make the software lighter

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.