Skip to content

Commit aa497c8

Browse files
Add .gitattributes to enforce LF line endings
1 parent 0cd21cd commit aa497c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitattributes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
/tests/**/* linguist-generated=true
2-
/toolchain/mechanisms/* linguist-generated=true
1+
*.fpp text eol=lf
2+
*.f90 text eol=lf
3+
*.sh text eol=lf
4+
/tests/**/* linguist-generated=true
5+
/toolchain/mechanisms/* linguist-generated=true

0 commit comments

Comments
 (0)