treewide: editorconfig fixes

- remove trailing whitespace
- use spaces for indentation
This commit is contained in:
zowoq
2021-01-21 13:29:54 +10:00
parent fa2e1dd70a
commit 932941b79c
32 changed files with 74 additions and 75 deletions
+2 -2
View File
@@ -14,13 +14,13 @@ let
name = "Vapor";
exec = pname;
icon = icon;
comment = "LÖVE Distribution Client";
comment = "LÖVE Distribution Client";
desktopName = "Vapor";
genericName = "vapor";
categories = "Game;";
};
in
in
stdenv.mkDerivation {
name = "${pname}-${version}";