From 176f0b1f52676bbcf61e5098e5cec400d52fc306 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 13 Feb 2024 09:58:16 -0500 Subject: auto-detect indentation --- ted-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted-internal.h') 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; -- cgit v1.2.3