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

View File

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