Skip to content

Commit

Permalink
rm enum suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Feb 3, 2024
1 parent 50e779a commit f8db4c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ impl Default for IdentFormats {
"field_writer".into(),
IdentFormat::default().pascal_case().suffix("W"),
);
map.insert(
"enum_name".into(),
IdentFormat::default().pascal_case().suffix("A"),
);
map.insert("enum_name".into(), IdentFormat::default().pascal_case());
map.insert(
"enum_write_name".into(),
IdentFormat::default().pascal_case().suffix("AW"),
Expand Down

0 comments on commit f8db4c9

Please sign in to comment.