blob: aab3f57a12c80bfe894f68a3d10b87e2a07c2ea0 [file] [log] [blame]
Test that autogenerated files do not get formatted
-- .commit --
Initial commit
-- generated.go --
// Code generated DO NOT EDIT.
package main
import (
_ "fmt"
)
-- manual.go --
package main
-- .commit --
Add generated and manual files with poor formatting
-- .run_autoformat --
/PATH/TO/REPO/manual.go