diff --git a/options.xhtml b/options.xhtml index d1f3c605a..201c1c6f1 100644 --- a/options.xhtml +++ b/options.xhtml @@ -35640,6 +35640,33 @@ one of “always”, “auto”, “never”

Example: "always"

+

Declared by:

+ + +
+ +<home-manager/modules/programs/git.nix> + +
+ +
+ + programs.git.difftastic.context + + +
+
+

Determines the number of contextual lines to show around changed lines.

+ +

Type: +32 bit unsigned integer; between 0 and 4294967295 (both inclusive)

+ +

Default: +3

+ +

Example: +5

+

Declared by:

@@ -35667,6 +35694,36 @@ one of “side-by-side”, “side-by-side-show-both”, “inline”

Example: "inline"

+

Declared by:

+ + +
+ +<home-manager/modules/programs/git.nix> + +
+ +
+ + programs.git.difftastic.extraArgs + + +
+
+

Extra command line arguments to pass to difft.

+ +

Type: +null or (list of string)

+ +

Default: +null

+ +

Example:

[
+  "--tab-width=8"
+  "--sort-paths"
+]
+
+

Declared by: