CONTRIBUTING: Clarify white space changes

This commit is contained in:
Sebastian Huber 2022-02-15 14:55:38 +01:00
parent 8703913e63
commit 4b724e86c0

View File

@ -388,7 +388,10 @@ For new code use
[STYLE(9)](http://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=9). [STYLE(9)](http://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=9).
Do not format original FreeBSD code. Do not perform white space changes even Do not format original FreeBSD code. Do not perform white space changes even
if you get git commit warnings. if you get git commit warnings. Check your editor settings so that it doesn't
perform white space changes automatically, for example adding a newline to the
end of the file. White space changes may result in conflicts during updates,
especially changes at the end of a file.
Automatically Generated FreeBSD Files Automatically Generated FreeBSD Files
------------------------------------- -------------------------------------