Don't recursively clone editorconfig

This was removed in 18edebe due to #2216, but with 125561e it is no
longer necessary.
This commit is contained in:
Henrik Lissner 2020-01-08 22:39:08 -05:00
parent b7dc9c644e
commit 4688113380
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; tools/editorconfig/packages.el
(package! editorconfig)
(package! editorconfig :recipe (:nonrecursive t))