Merge branch 'issues/JAL-3553+JAL-3978+JAL-3989+JAL-4004_merged_with_develop' into...
[jalview.git] / .gitattributes
1 # force text file line endings to LF (Unix style) on commit
2 # see https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
3 * text=auto
4
5 # see also http://git-scm.com/book/en/Customizing-Git-Git-Configuration#Formatting-and-Whitespace
6 # Users should set a git/config entry of
7 #    core.autocrlf = true # for Windows
8 #    core.autocrlf = input # for Mac