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:
parent
d67e929fec
commit
ed28bb50e6
|
@ -0,0 +1 @@
|
|||
*.rst whitespace=-blank-at-eol
|
Loading…
Reference in New Issue