From 4ec956c578634b44122dd4ba20dcfd02c6b006a0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 13 May 2020 10:15:24 -0700 Subject: reset when current is at least one more than previous Signed-off-by: Sean Whitton --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index b5cc9f5..cc06d73 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,12 @@ - Attempt to line up the first line of definitions with declarations on the previous line, rather than indenting further. +- Reset indentation when current indentation is at least one more than + the previous line, rather than just when it is exactly one more than + the previous line. + + This should make it easier to unindent more than one line. + - Drop reference to an old git subtrees script from README.md. - Code cleanup. -- cgit v1.2.3