summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-28 10:41:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-28 10:41:31 -0500
commit908761aff57077658ebb80fc740f9fff232a4257 (patch)
tree8bd504d1498216269bf470c634aac7cf24355613 /.editorconfig
parentb8e7b6a5a694f51b1e93e8f1a7bf3b6bf5d52952 (diff)
downloadpython-coveragepy-git-908761aff57077658ebb80fc740f9fff232a4257.tar.gz
.rst max line is 79
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index abbba2ac..bff28ab4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -27,6 +27,9 @@ max_line_length = 100
[*.yml]
indent_size = 2
+[*.rst]
+max_line_length = 79
+
[Makefile]
indent_style = tab
indent_size = 8