gitstack

grindlemire/go-tui code browser

241 B Go 5 lines 2026-01-31 · e47a4fd raw
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