treewide: editorconfig fixes

- remove trailing whitespace
- use spaces for indentation
This commit is contained in:
zowoq
2021-01-20 09:11:11 +10:00
parent 33fdfd07d2
commit 31f5dd3f36
141 changed files with 224 additions and 224 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
pname = "dumptorrent";
version = "1.2";
src = fetchurl {
url = "mirror://sourceforge/dumptorrent/dumptorrent-${version}.tar.gz";
sha256 = "073h03bmpfdy15qh37lvppayld2747i4acpyk0pm5nf2raiak0zm";
+1 -1
View File
@@ -16,4 +16,4 @@ callPackage ./dvtm.nix rec {
})
];
}
+2 -2
View File
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A 'top' like tool for PostgreSQL";
longDescription = ''
pg_top allows you to:
longDescription = ''
pg_top allows you to:
* View currently running SQL statement of a process.
* View query plan of a currently running SQL statement.
* View locks held by a process.
+2 -2
View File
@@ -12,14 +12,14 @@ python3Packages.buildPythonApplication rec {
};
propagatedBuildInputs = with python3Packages; [
argcomplete dateutil configobj feedparser bibtexparser pyyaml requests six
argcomplete dateutil configobj feedparser bibtexparser pyyaml requests six
beautifulsoup4
];
checkInputs = with python3Packages; [ pyfakefs mock ddt ];
# Disabling git tests because they expect git to be preconfigured
# with the user's details. See
# with the user's details. See
# https://github.com/NixOS/nixpkgs/issues/94663
preCheck = ''
rm tests/test_git.py
+1 -1
View File
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
description = "xargs + awk with pattern matching support";
homepage = "https://github.com/lolabout/rargs";
license = with licenses; [ mit ];
maintainers = with maintainers; [ pblkt ];
maintainers = with maintainers; [ pblkt ];
};
}
+1 -1
View File
@@ -13,7 +13,7 @@ bundlerEnv {
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [
zachcoyle
zachcoyle
nicknovitski
];
};
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
rev = "v${version}";
sha256 = "16v3pmva13skpfjja96zacjpxrwzs1nb1iqmrp2qzvdbcm9061pp";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ncurses ];