Docs: Replace 'training whitespaces' with 'trailing whitespaces'

This commit is contained in:
Noah Hilverling 2019-05-24 16:24:28 +02:00
parent 5d0af5c879
commit 0bd80389be

View File

@ -1188,7 +1188,7 @@ required though.
#### Whitespace Cleanup <a id="development-develop-choose-editor-whitespaces"></a> #### Whitespace Cleanup <a id="development-develop-choose-editor-whitespaces"></a>
Patches must be cleaned up and follow the indent style (tabs instead of spaces). Patches must be cleaned up and follow the indent style (tabs instead of spaces).
You should also remove any training whitespaces. You should also remove any trailing whitespaces.
`git diff` allows to highlight such. `git diff` allows to highlight such.