From 76cd1aa9c674db76e2a95db5a95aa79c5a2ce4ae Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 15 Oct 2023 14:36:12 -0400 Subject: remove-trailing-whitespace option --- config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'config.c') diff --git a/config.c b/config.c index 0098095..3e9aa2a 100644 --- a/config.c +++ b/config.c @@ -100,6 +100,7 @@ static const Settings settings_zero = {0}; static const SettingBool settings_bool[] = { {"auto-indent", &settings_zero.auto_indent, true}, {"auto-add-newline", &settings_zero.auto_add_newline, true}, + {"remove-trailing-whitespace", &settings_zero.remove_trailing_whitespace, true}, {"auto-reload", &settings_zero.auto_reload, true}, {"auto-reload-config", &settings_zero.auto_reload_config, false}, {"syntax-highlighting", &settings_zero.syntax_highlighting, true}, -- cgit v1.2.3