summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-15 06:46:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-15 06:52:18 -0500
commit4826d7cd3324ccfd6537bd4dac8a156ec5746bac (patch)
treec3c092c33aa3168c5fd4d19d9c02d2ae41325b67 /.editorconfig
parent88f1a0992d7afc2218cefb9384dc0096ab017a47 (diff)
downloadpython-coveragepy-git-4826d7cd3324ccfd6537bd4dac8a156ec5746bac.tar.gz
*,cover files have trailing spaces
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 056c189c..0cddf081 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -33,3 +33,6 @@ max_line_length = 79
[Makefile]
indent_style = tab
indent_size = 8
+
+[*,cover]
+trim_trailing_whitespace = false