Skip to content
Closed
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
18 changes: 18 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Set default behavior to automatically normalize line endings
* text=auto

# Python files should always use LF line endings
*.py text eol=lf

# Other text files in this repository
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sql text eol=lf
*.css text eol=lf
*.sh text eol=lf

# Configuration files
*.conf text eol=lf
Dockerfile text eol=lf
*.Dockerfile text eol=lf