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
+3 -3
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
version = "20200910";
hardeningDisable = [ "pic" ];
src = fetchFromGitHub {
owner = "hartkopp";
repo = "can-isotp";
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
'';
nativeBuildInputs = kernel.moduleBuildDependencies;
meta = with lib; {
description = "Kernel module for ISO-TP (ISO 15765-2)";
homepage = "https://github.com/hartkopp/can-isotp";
@@ -33,4 +33,4 @@ stdenv.mkDerivation {
platforms = platforms.linux;
maintainers = [ maintainers.evck ];
};
}
}