Skip to content

Commit

Permalink
Merge branch 'mr/fofanov/add-rust-ext' into 'master'
Browse files Browse the repository at this point in the history
Add body suffix for Rust.

See merge request eng/gpr/gprconfig_kb!42
  • Loading branch information
t-14 committed Sep 9, 2024
2 parents f853fc8 + 3c9ee8c commit 5a8f26e
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 5a8f26e

Please sign in to comment.