Skip to content

sandbox-atc-net/atc-autoformatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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