Skip to content

Commit

Permalink
Add body suffix for Rust.
Browse files Browse the repository at this point in the history
For eng/gpr/gpr-issues#393
  • Loading branch information
t-14 committed Sep 9, 2024
1 parent f853fc8 commit 3c9ee8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/0_default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

for Body_Suffix ("Fortran") use ".f";

for Body_Suffix ("Rust") use ".rs";

for Casing use "lowercase";
for Dot_Replacement use "-";

Expand Down

0 comments on commit 3c9ee8c

Please sign in to comment.