aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS.md
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-13 10:15:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-13 10:15:24 -0700
commit4ec956c578634b44122dd4ba20dcfd02c6b006a0 (patch)
tree51f68867f8cf003fb32d310f8b6f57ed0c134c76 /NEWS.md
parentc0bd13db0c3817aa23fffc790dbe4a1c5a0ad03b (diff)
downloadhaskell-tab-indent-4ec956c578634b44122dd4ba20dcfd02c6b006a0.tar.gz
reset when current is at least one more than previous
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
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.