diff options
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; |