Update eldit.lua

This commit is contained in:
LDDestroier 2019-03-21 13:48:47 -04:00 committed by GitHub
parent e6a8d1ff67
commit 64d86485eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ eldit.size = {
}
config.showLineNumberIndicator = false
config.showWhitespace = false
config.showTrailingSpace = false
config.showWhitespace = true
config.showTrailingSpace = true
-- minor optimizations, I think
local concatTable = table.concat