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
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, fuse, pcre }:
{ lib, stdenv, fetchFromGitHub, pkg-config, fuse, pcre }:
stdenv.mkDerivation {
pname = "rewritefs";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
rev = "33fb844d8e8ff441a3fc80d2715e8c64f8563d81";
sha256 = "15bcxprkxf0xqxljsqhb0jpi7p1vwqcb00sjs7nzrj7vh2p7mqla";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ fuse pcre ];