From 472ce3b347376706c56795bb3ae57d4374937f98 Mon Sep 17 00:00:00 2001 From: McAuley <59481467+McAuleyPenney@users.noreply.github.com> Date: Mon, 25 Oct 2021 22:41:04 -0700 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a67b5d2..fc17626 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ -#### Tidy.nvim +## tidy.nvim 🧹 -I like to keep my files orderly. Tidy.nvim is a function and autocommand pair that helps me do this by removing -all empty lines from the end of the file and trailing whitespace from all lines on every save. +A function and autocommand pair that removes all trailing whitespace \ +and all empty lines at the end of the buffer on every `BufWritePre`. https://user-images.githubusercontent.com/59481467/138811091-05031eb1-96fc-4915-a349-e41d87c921ea.mp4