Merge branch 'bug/JAL-2665-2.10.2b' into documentation/JAL-2675_release2102b1
[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