From ee61b3408423dd85650458147ea3a481a36e4cb0 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 2 Oct 2021 12:23:32 -0400 Subject: [PATCH] Turned off whitespace by default. --- data/core/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/data/core/config.lua b/data/core/config.lua index caecdfcd..53ad4ec2 100644 --- a/data/core/config.lua +++ b/data/core/config.lua @@ -33,5 +33,6 @@ config.plugins = {} config.plugins.trimwhitespace = false config.plugins.lineguide = false +config.plugins.drawwhitespace = false return config