lang/rust: remove redundant editorconfig-indentation-alist entry

This commit is contained in:
Henrik Lissner 2019-08-15 14:51:06 -04:00
parent 5aa7415d87
commit 56d2c95cc7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -28,7 +28,6 @@
(when (featurep! :tools editorconfig) (when (featurep! :tools editorconfig)
(after! editorconfig (after! editorconfig
(pushnew! editorconfig-indentation-alist (pushnew! editorconfig-indentation-alist
'(rust-mode rust-indent-offset)
'(rustic-mode rustic-indent-offset))))) '(rustic-mode rustic-indent-offset)))))