Skip to content

Commit

Permalink
Add .gitattributes File to the Framework's Main Directory (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 29, 2023
1 parent b7ea069 commit 51db537
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text eol=lf
*.hpp text eol=lf
*.py text eol=lf
*.rst text eol=lf
*.sh text eol=lf

0 comments on commit 51db537

Please sign in to comment.