mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: use tabs for prettier and biome (#14283)
This commit is contained in:
@@ -98,7 +98,7 @@ func run(lint bool) error {
|
||||
}
|
||||
|
||||
enc := json.NewEncoder(w)
|
||||
enc.SetIndent("", " ")
|
||||
enc.SetIndent("", "\t")
|
||||
return enc.Encode(examples)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user