Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 355 Bytes

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