From 6fd593f9b9dc9a9bf00799f68c297f9ffad071f8 Mon Sep 17 00:00:00 2001
From: khaneliman
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:
Declared by: +
programs.git.difftastic.extraArgs
+
+
+Extra command line arguments to pass to difft. + +Type: +null or (list of string) + +Default:
+ Example:
+
Declared by: |