treewide: editorconfig fixes

- add final newline
- use spaces for indentation
This commit is contained in:
zowoq 2021-01-21 08:11:45 +10:00
parent b0fbf7b5c3
commit 8adc564f28
23 changed files with 25 additions and 25 deletions

View file

@ -30,8 +30,8 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Lightweight multitabbed feature-rich X11 terminal emulator";
longDescription = "
Multitabbed lightweight terminal emulator based on rxvt.
Supports transparency, backgroundimages, freetype fonts, ...
Multitabbed lightweight terminal emulator based on rxvt.
Supports transparency, backgroundimages, freetype fonts, ...
";
homepage = "https://sourceforge.net/projects/materm";
license = licenses.gpl2;

View file

@ -9068,4 +9068,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -15513,4 +15513,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -2102,4 +2102,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -110969,4 +110969,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -5727,4 +5727,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -1634,4 +1634,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -18,4 +18,4 @@ in
import ./node-packages-generated.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv globalBuildInputs;
}
}

View file

@ -690,4 +690,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -741,4 +741,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -14,4 +14,4 @@ in
import ./node-packages-generated.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -1492,4 +1492,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}

View file

@ -10090,4 +10090,4 @@ in
tarball = nodeEnv.buildNodeSourceDist args;
package = nodeEnv.buildNodePackage args;
shell = nodeEnv.buildNodeShell args;
}
}

View file

@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
homepage = "http://cis.poly.edu/zdelta";
homepage = "http://cis.poly.edu/zdelta";
platforms = platforms.linux;
license = licenses.zlib;
};

View file

@ -14,4 +14,4 @@ in
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

View file

@ -13266,4 +13266,4 @@ in
tarball = nodeEnv.buildNodeSourceDist args;
package = nodeEnv.buildNodePackage args;
shell = nodeEnv.buildNodeShell args;
}
}

View file

@ -22,8 +22,8 @@ python2Packages.buildPythonApplication rec {
meta = with lib; {
description = "Redact and strip metadata from documents before publishing";
longDescription = ''
PDF Redact Tools helps with securely redacting and stripping metadata
from documents before publishing. Note that this is not a security tool.
PDF Redact Tools helps with securely redacting and stripping metadata
from documents before publishing. Note that this is not a security tool.
It uses ImageMagick to parse PDFs. While ImageMagick is a versatile tool, it has
a history of several security bugs. A malicious PDF could exploit a bug in
ImageMagick to take over your computer. If you're working with potentially