mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fmt: fix and simplify align of struct fields (#21995)
This commit is contained in:
parent
576a0abcc7
commit
ddb6685d8a
139 changed files with 553 additions and 519 deletions
|
@ -21,9 +21,9 @@ pub mut:
|
|||
pre_execute FnCommandCallback = unsafe { nil }
|
||||
execute FnCommandCallback = unsafe { nil }
|
||||
post_execute FnCommandCallback = unsafe { nil }
|
||||
disable_help bool @[deprecated: 'use defaults.help instead'; deprecated_after: '2024-06-31']
|
||||
disable_man bool @[deprecated: 'use defaults.man instead'; deprecated_after: '2024-06-31']
|
||||
disable_version bool @[deprecated: 'use defaults.version instead'; deprecated_after: '2024-06-31']
|
||||
disable_help bool @[deprecated: 'use defaults.help instead'; deprecated_after: '2024-06-31']
|
||||
disable_man bool @[deprecated: 'use defaults.man instead'; deprecated_after: '2024-06-31']
|
||||
disable_version bool @[deprecated: 'use defaults.version instead'; deprecated_after: '2024-06-31']
|
||||
disable_flags bool
|
||||
sort_flags bool
|
||||
sort_commands bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue