summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-11-06 06:17:52 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-07 05:46:14 -0800
commit9931dbaa7e6364c3b676f05bfa2bd2afe3336997 (patch)
tree7ce1156c80364b81af5a794bb6a0e02e468762ea /.coveragerc
parent68e39a9291b70a5cb8de473f69f9bfd401c534e3 (diff)
downloadnatsort-9931dbaa7e6364c3b676f05bfa2bd2afe3336997.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 '.coveragerc')
-rw-r--r--.coveragerc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 5c5f643..64ca2b0 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -14,4 +14,3 @@ exclude_lines =
if __name__ == .__main__.:
ignore_errors = True
-