New feature to disable plugins from config

Disable trimwhitespace by default
This commit is contained in:
Francesco Abbate
2021-01-13 14:50:24 +01:00
parent fcf763fe9c
commit ef5e431a8b
4 changed files with 54 additions and 8 deletions
+4
View File
@@ -19,4 +19,8 @@ config.line_limit = 80
config.max_symbols = 4000
config.max_project_files = 2000
-- Disable plugin loading setting to false the config entry
-- of the same name.
config.trimwhitespace = false
return config