summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-10-15 14:36:12 -0400
committerpommicket <pommicket@gmail.com>2023-10-15 14:36:43 -0400
commit76cd1aa9c674db76e2a95db5a95aa79c5a2ce4ae (patch)
tree5ec220c1e6ed0dc4180a12f1b798934bcbc49c8f /ted.cfg
parent0543dfbb9b68e7386abc3ce315ccb64bb85a94b3 (diff)
remove-trailing-whitespace option
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 4 insertions, 2 deletions
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