Skip to content

Commit

Permalink
gitattributes: Set eol=lf for data directories
Browse files Browse the repository at this point in the history
For both metadata/ and targets/ we would like the line endings
standardized.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
  • Loading branch information
jku committed Sep 7, 2024
1 parent 80d117f commit ef97d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Line endings for TUF metadata and targets should be normalised and consistent
ceremony/** text eol=lf
repository/** text eol=lf
metadata/** text eol=lf
targets/** text eol=lf

0 comments on commit ef97d23

Please sign in to comment.