1 2 3 4 5
// Package formatter provides a code formatter for .gsx template files. // // It parses .gsx source, normalizes whitespace, indentation, and import // ordering, then pretty-prints the result. Used by the "tui fmt" command. package formatter