MyNixOS website logo
option

programs.diff-so-fancy.settings

Options to configure diff-so-fancy. See https://github.com/so-fancy/diff-so-fancy#configuration for available options.

Declarations
Type
attribute set of (string or boolean or signed integer)
Default
{ }
Example
{
  changeHunkIndicators = true;
  markEmptyLines = true;
  rulerWidth = 80;
  stripLeadingSymbols = true;
  useUnicodeRuler = true;
}