aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2021-03-23 17:43:55 +0000
committerKirill Bulatov <[email protected]>2021-03-23 17:43:55 +0000
commit5e83a56dfb69320b4fe3a980a1d1b79bab301894 (patch)
tree73630a398f1ae6d579e57444406534e7012d3b9c /docs/user
parentf1e1a2c0a79cc5cdab5ee6c6af21661d8e0731d8 (diff)
Bump the default hint length
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/generated_config.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index 6ea90f7af..871c65add 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -206,7 +206,7 @@ Use markdown syntax for links in hover.
206-- 206--
207Whether to show inlay type hints for method chains. 207Whether to show inlay type hints for method chains.
208-- 208--
209[[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `20`):: 209[[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25`)::
210+ 210+
211-- 211--
212Maximum length for inlay hints. Set to null to have an unlimited length. 212Maximum length for inlay hints. Set to null to have an unlimited length.