Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Set default behavior to automatically normalize line endings to LF
* text=auto eol=lf

# Julia files should always use LF
*.jl text eol=lf
*.toml text eol=lf

# Windows-specific files
*.bat text eol=crlf
*.cmd text eol=crlf

# Binary files
*.dll binary
*.so binary
*.dylib binary
*.exe binary
*.pdf binary
*.png binary
*.jpg binary
*.jpeg binary
Loading
Loading