blob: aab3f57a12c80bfe894f68a3d10b87e2a07c2ea0 [file] [log] [blame]
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +00001Test that autogenerated files do not get formatted
2
3-- .commit --
4Initial commit
5
6-- generated.go --
7// Code generated DO NOT EDIT.
8
9package main
10
11import (
12_ "fmt"
13)
14
15-- manual.go --
16 package main
17
18-- .commit --
19Add generated and manual files with poor formatting
20
21-- .run_autoformat --
22/PATH/TO/REPO/manual.go