mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: align each contiguous field of struct. not the whole. (#7981)
This commit is contained in:
@@ -29,7 +29,7 @@ enum OutputType {
|
||||
}
|
||||
|
||||
struct VDoc {
|
||||
cfg Config [required]
|
||||
cfg Config [required]
|
||||
mut:
|
||||
docs []doc.Doc
|
||||
assets map[string]string
|
||||
|
||||
@@ -11,7 +11,7 @@ import v.table
|
||||
import v.token
|
||||
|
||||
struct Vet {
|
||||
opt Options
|
||||
opt Options
|
||||
mut:
|
||||
errors []vet.Error
|
||||
file string
|
||||
|
||||
Reference in New Issue
Block a user