mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
fmt: align the custom values of the enum fields (#19331)
This commit is contained in:
parent
c98e00c01f
commit
55ca8d8d8e
47 changed files with 1342 additions and 1322 deletions
|
@ -2,17 +2,17 @@ import json
|
|||
|
||||
[json_as_number]
|
||||
pub enum MessageType {
|
||||
error = 1
|
||||
error = 1
|
||||
warning = 2
|
||||
info = 3
|
||||
log = 4
|
||||
info = 3
|
||||
log = 4
|
||||
}
|
||||
|
||||
pub enum MessageType2 {
|
||||
error = 1
|
||||
error = 1
|
||||
warning = 2
|
||||
info = 3
|
||||
log = 4
|
||||
info = 3
|
||||
log = 4
|
||||
}
|
||||
|
||||
enum TestEnum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue