diff options
author | pommicket <pommicket@gmail.com> | 2022-07-29 14:56:57 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-07-29 14:56:57 -0400 |
commit | 296b4eca9479bdd1302c4b2d910f3ddd8c955fb9 (patch) | |
tree | 2d7356625adfa742e423251a54bf6ec7241cdf4e /config.c | |
parent | 1a9561c06ba0197b2b307a61443775f9fd11165b (diff) |
indent-with-spaces
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |