summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 3cd64de..43036dc 100644
--- a/config.c
+++ b/config.c
@@ -239,6 +239,7 @@ void config_read(Ted *ted, char const *filename, int pass) {
{"line-numbers", &nullset->line_numbers, true},
{"restore-session", &nullset->restore_session, false},
{"regenerate-tags-if-not-found", &nullset->regenerate_tags_if_not_found, true},
+ {"indent-with-spaces", &nullset->indent_with_spaces, true},
};
OptionU8 const options_u8[] = {
{"tab-width", &nullset->tab_width, 1, 100, true},