server/.gitattributes

16 lines
283 B
Plaintext
Raw Normal View History

*.[hc] text
2014-03-06 16:15:43 +01:00
*.json text
*.xml text
*.py text
*.md text
*.txt text
*.lua text
*.bat text
2014-03-06 16:15:43 +01:00
# Shell scripts should *always* be LF, regardless of platfrom
s/* text eol=lf
*.sh text eol=lf
# All third-party code should not be EOL-normalized
#third-party/** -text