treewide: editorconfig fixes
- remove trailing whitespace - use spaces for indentation
This commit is contained in:
@@ -20,7 +20,7 @@ mkDerivation rec {
|
||||
installPhase = ''
|
||||
python build.py install --verbose --prefix="$out"
|
||||
wrapProgram $out/bin/gede \
|
||||
--prefix PATH : ${lib.makeBinPath [ ctags gdb ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ ctags gdb ]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user