fmt: align each contiguous field of struct. not the whole. (#7981)

This commit is contained in:
zakuro 2021-01-12 12:38:43 +09:00 committed by GitHub
parent 82a5300044
commit 33694665f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 533 additions and 497 deletions

View file

@ -29,7 +29,7 @@ enum OutputType {
}
struct VDoc {
cfg Config [required]
cfg Config [required]
mut:
docs []doc.Doc
assets map[string]string