Skip to content

sandbox-atc-net/atc-autoformatter

Repository files navigation

ATC AutoFormatter

An extension for formatting code files automatically accordning to the ATC team code style.

The formatter will apply the following actions on document save:

  • Remove any trailing line-breaks in the file
  • Remove any trailing white-space on lines in the file
  • Remove and sort using statements unless the file contains #if directives