diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |