From 44438a63dd9de72d1b43767ddfa9b01294fcf2a4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 28 Nov 2016 10:41:31 -0500 Subject: .rst max line is 79 --- .editorconfig | 3 +++ CHANGES.rst | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index abbba2a..bff28ab 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 diff --git a/CHANGES.rst b/CHANGES.rst index 90fc845..91218bb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -48,8 +48,8 @@ Unreleased - Fixed an unusual bug involving multiple coding declarations affecting code containing code in multi-line strings: `issue 529`_. -- The default pragma regex changed slightly, but this will only matter to you if - you are deranged and use mixed-case pragmas. +- The default pragma regex changed slightly, but this will only matter to you + if you are deranged and use mixed-case pragmas. - Deal properly with non-ASCII file names in an ASCII-only world, `issue 533`_. -- cgit v1.2.1