Skip to content

Commit

Permalink
change documentation: tab char
Browse files Browse the repository at this point in the history
  • Loading branch information
blitter committed Mar 22, 2024
1 parent d74e827 commit be4c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/kate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit be4c22d

Please sign in to comment.