Skip to content

Commit

Permalink
Add .gitattributes to ensure normalized text line encodings in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Dec 22, 2011
1 parent cf54e5f commit 0305412
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
@@ -0,0 +1,11 @@
# Git repo attributes.

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

# These files should use CR/LF line ending:
/BCC_MAKEFILE -text
/digimars.mak -text

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

0 comments on commit 0305412

Please sign in to comment.