-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.gitattributes text eol=lf | ||
.gitignore text eol=lf | ||
*.build text eol=lf | ||
*.c text eol=lf | ||
*.cmake text eol=lf | ||
*.cpp text eol=lf | ||
*.csv text eol=lf | ||
*.f text eol=lf | ||
*.f90 text eol=lf | ||
*.for text eol=lf | ||
*.grc text eol=lf | ||
*.h text eol=lf | ||
*.ipynb text eol=lf | ||
*.m text eol=lf | ||
*.md text eol=lf | ||
*.pas text eol=lf | ||
*.py text eol=lf | ||
*.rst text eol=lf | ||
*.sh text eol=lf | ||
*.txt text eol=lf | ||
*.yml text eol=lf | ||
Makefile text eol=lf |