JAL-1372 JAL-1114 JAL-1628 tidy sequenceI/sequence
[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