treewide: editorconfig fixes

- remove trailing whitespace
- use spaces for indentation
This commit is contained in:
zowoq
2021-01-21 10:55:55 +10:00
parent fa2e1dd70a
commit 932941b79c
32 changed files with 74 additions and 75 deletions

View File

@@ -23,10 +23,10 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out
make install DESTDIR="$out"
make install DESTDIR="$out"
'';
meta = {
meta = {
description = "The Snack Sound Toolkit (Tcl)";
homepage = "http://www.speech.kth.se/snack/";
license = stdenv.lib.licenses.gpl2;