diff options
author | pommicket <pommicket@gmail.com> | 2023-05-11 11:47:22 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-05-11 11:47:22 -0400 |
commit | 8ae9e18c008dba7e47c5750f7feb91df8bf723df (patch) | |
tree | ac80b1663cfe9f6b4c8a772319006eca2e16bd50 /config.c | |
parent | 79724dc47d0fe9b6ceaa21cd3af1052bdcaea653 (diff) |
fix backups wrt hard links, add crlf-windows setting
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ static const SettingBool settings_bool[] = { {"vsync", &settings_zero.vsync, false}, {"highlight-enabled", &settings_zero.highlight_enabled, true}, {"highlight-auto", &settings_zero.highlight_auto, true}, + {"save-backup", &settings_zero.save_backup, true}, + {"crlf-windows", &settings_zero.crlf_windows, true}, }; static const SettingU8 settings_u8[] = { {"tab-width", &settings_zero.tab_width, 1, 100, true}, |