diff options
author | pommicket <pommicket@gmail.com> | 2023-10-15 14:36:12 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-15 14:36:43 -0400 |
commit | 76cd1aa9c674db76e2a95db5a95aa79c5a2ce4ae (patch) | |
tree | 5ec220c1e6ed0dc4180a12f1b798934bcbc49c8f /ted.cfg | |
parent | 0543dfbb9b68e7386abc3ce315ccb64bb85a94b3 (diff) |
remove-trailing-whitespace option
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 |