mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
|
* text=auto
|
|
|
|
*.frm -text
|
|
*.val -text
|
|
*.tbl -text
|
|
*.rel -text
|
|
*.obj -text
|
|
*.dbi -text
|
|
*.sec -text
|
|
*.css text diff=css
|
|
*.js seol=lf
|