vtk-m/.gitattributes
Brad King b9b952190a Add .gitattributes to tell git to use LF newlines
These hook scripts execute with bash and need LF newlines.  Set eol=lf
to get LF newlines even when core.autocrlf is enabled.  While at it,
also enable whitespace=indent-with-non-tab.
2014-07-07 15:19:30 -04:00

3 lines
94 B
Plaintext

.git* export-ignore
* eol=lf whitespace=indent-with-non-tab