From a4c133777e33754137d8a097a0c932cfc45ec8a5 Mon Sep 17 00:00:00 2001 From: Jannis Redmann Date: Wed, 29 Apr 2015 17:55:14 +0200 Subject: [PATCH] link to .editorconfig for Rust files I've written a small [EditorConfig](http://editorconfig.org) file for Rust development. --- src/etc/CONFIGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/CONFIGS.md b/src/etc/CONFIGS.md index 036a2f7d4365..def5ab05fe2f 100644 --- a/src/etc/CONFIGS.md +++ b/src/etc/CONFIGS.md @@ -2,6 +2,7 @@ Here are some links to repos with configs which ease the use of rust: +* [.editorconfig](https://gist.github.com/derhuerst/c9d1b9309e308d9851fa) ([what is this?](http://editorconfig.org/)) * [rust.vim](https://github.com/rust-lang/rust.vim) * [emacs rust-mode](https://github.com/rust-lang/rust-mode) * [gedit-config](https://github.com/rust-lang/gedit-config)