chore: use tabs for prettier and biome (#14283)

This commit is contained in:
Kayla Washburn-Love
2024-08-15 14:53:53 -06:00
committed by GitHub
parent db2d0596d4
commit 95a7c0c4f0
961 changed files with 112866 additions and 112874 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func run(lint bool) error {
}
enc := json.NewEncoder(w)
enc.SetIndent("", " ")
enc.SetIndent("", "\t")
return enc.Encode(examples)
}