Change syntax conviention second part and delete useless stuff

This commit is contained in:
CRy386i 2026-05-02 17:26:51 +02:00
parent 433fcafca9
commit d7402f4d53
2 changed files with 22 additions and 22 deletions

View file

@ -22,4 +22,4 @@ opt.scrolloff = 8
-- Show unprintable.
opt.list = true
opt.listchars = {tab = '', eol = '¬', trail = '·'}
opt.listchars = {tab = "", eol = "¬", trail = "·"}