Skip to content

Commit

Permalink
Add CSV and PDF to common initialisms (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-takehana committed Dec 9, 2021
1 parent 44beadc commit 2747bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codegen/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ var commonInitialisms = map[string]bool{
"ASCII": true,
"CPU": true,
"CSS": true,
"CSV": true,
"DNS": true,
"EOF": true,
"GUID": true,
Expand All @@ -465,6 +466,7 @@ var commonInitialisms = map[string]bool{
"JSON": true,
"KVK": true,
"LHS": true,
"PDF": true,
"PGP": true,
"QPS": true,
"QR": true,
Expand Down

0 comments on commit 2747bd5

Please sign in to comment.