summaryrefslogtreecommitdiff
path: root/ted-internal.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-02-13 09:58:16 -0500
committerpommicket <pommicket@gmail.com>2024-02-13 09:58:16 -0500
commit176f0b1f52676bbcf61e5098e5cec400d52fc306 (patch)
tree7ab4e0bd76745ed2d84050d414637e1b72d41cb5 /ted-internal.h
parent6d85a7e605011d16018fdf202e40e59e2f916b63 (diff)
auto-detect indentation
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h1
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;