mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: align struct field comments (#7632)
This commit is contained in:
@ -18,8 +18,8 @@ pub mut:
|
||||
disable_help bool
|
||||
disable_version bool
|
||||
disable_flags bool
|
||||
sort_flags bool = true
|
||||
sort_commands bool = true
|
||||
sort_flags bool = true
|
||||
sort_commands bool = true
|
||||
parent &Command = 0
|
||||
commands []Command
|
||||
flags []Flag
|
||||
|
Reference in New Issue
Block a user