summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: f8eb4c6e81a2a5b94677b448c5b9e41d9f459744 (plain)
1
2
3
4
5
6
7
# Git repo attributes.

# Ensure all text files have normalized (LF) line endings in the repository.
* text=auto

# Note: "core.eol" configuration variable controls which line endings to use
# for the normalized files in the working directory (the default is native).