diff options
author | pommicket <pommicket@gmail.com> | 2024-02-13 09:58:16 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-02-13 09:58:16 -0500 |
commit | 176f0b1f52676bbcf61e5098e5cec400d52fc306 (patch) | |
tree | 7ab4e0bd76745ed2d84050d414637e1b72d41cb5 /ted-internal.h | |
parent | 6d85a7e605011d16018fdf202e40e59e2f916b63 (diff) |
auto-detect indentation
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 c8a72c3..f5e3211 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -121,6 +121,7 @@ struct Settings { bool jump_to_build_error; bool force_monospace; bool show_diagnostics; + bool autodetect_indentation; KeyCombo hover_key; KeyCombo highlight_key; u8 tab_width; |