mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fmt: align each contiguous field of struct. not the whole. (#7981)
This commit is contained in:
parent
82a5300044
commit
33694665f0
41 changed files with 533 additions and 497 deletions
|
@ -29,7 +29,7 @@ enum OutputType {
|
|||
}
|
||||
|
||||
struct VDoc {
|
||||
cfg Config [required]
|
||||
cfg Config [required]
|
||||
mut:
|
||||
docs []doc.Doc
|
||||
assets map[string]string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue