From e2f099cf0cacf5a1af2b66a20e36d526f2f9e60c Mon Sep 17 00:00:00 2001 From: blitter Date: Fri, 22 Mar 2024 14:28:12 +0100 Subject: [PATCH] change documentation: tab char --- modules/apps/kate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/kate.nix b/modules/apps/kate.nix index 5b6336a9..b5a5ada9 100644 --- a/modules/apps/kate.nix +++ b/modules/apps/kate.nix @@ -10,7 +10,7 @@ in { options.programs.kate.editor = { tabWidth = lib.mkOption { - description = "The width of a single tab (\\t) sign (in number of spaces)."; + description = "The width of a single tab (`''\t`) sign (in number of spaces)."; default = 4; type = lib.types.int; };