summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-03-02 08:42:53 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2019-03-02 08:42:53 -0800
commitb057cdf05e4b9d20f6e1743fc9c63d32c54f1908 (patch)
tree0028b3683bdf022bb1e0676abdca3588de5c1362 /HACKING
parenta10327a2833da8eee952d8b832afc33c3c55b282 (diff)
downloadtablib-b057cdf05e4b9d20f6e1743fc9c63d32c54f1908.tar.gz
Trim trailing white space throughout the project
Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 018f9b7..ebbb24c 100644
--- a/HACKING
+++ b/HACKING
@@ -1,10 +1,10 @@
-Where possible, please follow PEP8 with regard to coding style. Sometimes the line
+Where possible, please follow PEP8 with regard to coding style. Sometimes the line
length restriction is too hard to follow, so don't bend over backwards there.
Triple-quotes should always be """, single quotes are ' unless using "
would result in less escaping within the string.
-All modules, functions, and methods should be well documented reStructuredText for
+All modules, functions, and methods should be well documented reStructuredText for
Sphinx AutoDoc.
All functionality should be available in pure Python. Optional C (via Cython)