JAL-1641 added support for exporting sequence features and non auto-generated annotations
[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