ignore trailing whitespace errors in .rst files

Use a .gitattributes file to tell git to not highlight trailing
whitespace as an error in .rst files when showing diffs.  A trailing
space is used on many lines in those files to indicate that the
paragraph continues onto the next line.
This commit is contained in:
Aaron Schrab 2013-08-20 09:35:42 -04:00
parent d67e929fec
commit ed28bb50e6
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.rst whitespace=-blank-at-eol