From 89222ab590e5c8b4dabf631dffb3ee14a76c7837 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 17 Apr 2022 01:47:05 +0200 Subject: fix(trim): remove cfg --- fnl/config/trim.fnl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'fnl/config') diff --git a/fnl/config/trim.fnl b/fnl/config/trim.fnl index 1ee5325..f1f707a 100644 --- a/fnl/config/trim.fnl +++ b/fnl/config/trim.fnl @@ -1,13 +1,4 @@ ;; Trim whitespaces on save. (module config.trim {autoload {util util}}) -(let [trim (util.load-plugin :trim)] - (trim.setup { - :disable [] - :patterns [ - :%s/\s\+$//e - :%s/\($\n\s*\)\+\%$// - :%s/\%^\n\+// - :%s/\(\n\n\)\n\+/\1/ - ] -})) +(util.load-plugin :trim) -- cgit v1.2.3-70-g09d2