treewide: editorconfig fixes
- remove trailing whitespace - use spaces for indentation
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ callPackage, plugins ? [] }:
|
||||
|
||||
let
|
||||
let
|
||||
unwrapped = callPackage ./unwrapped.nix { };
|
||||
wrapped = callPackage ./wrapper.nix {
|
||||
plugins = plugins;
|
||||
fcitx = unwrapped;
|
||||
};
|
||||
in if plugins == []
|
||||
in if plugins == []
|
||||
then unwrapped
|
||||
else wrapped
|
||||
|
||||
Reference in New Issue
Block a user