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-internal.h | |
parent | 0543dfbb9b68e7386abc3ce315ccb64bb85a94b3 (diff) |
remove-trailing-whitespace option
Diffstat (limited to 'ted-internal.h')
-rw-r--r-- | ted-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h index 2a6eb27..5594adc 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -115,6 +115,7 @@ struct Settings { u16 lsp_port; bool auto_indent; bool auto_add_newline; + bool remove_trailing_whitespace; bool syntax_highlighting; bool line_numbers; bool auto_reload; |