diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs
index c73412914..04a7de4ef 100644
--- a/helix-core/src/syntax.rs
+++ b/helix-core/src/syntax.rs
@@ -69,6 +69,21 @@ where
})
}
+fn deserialize_tab_width_option<'de, D>(deserializer: D) -> Result