From 76cd1aa9c674db76e2a95db5a95aa79c5a2ce4ae Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 15 Oct 2023 14:36:12 -0400 Subject: remove-trailing-whitespace option --- ted.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 8fd7be3..8ad5362 100644 --- a/ted.cfg +++ b/ted.cfg @@ -31,10 +31,12 @@ max-menu-width = 600 padding = 6 error-display-time = 10 auto-indent = on +line-numbers = on +syntax-highlighting = on # automatically add a newline at the end of the file on save auto-add-newline = on -syntax-highlighting = on -line-numbers = on +# automatically remove trailing whitespace at end of line on save +remove-trailing-whitespace = off # if set to "on", when a file is changed by another program, it will be reloaded by ted without asking you. auto-reload = on # automatically reload config when saved -- cgit v1.2.3