From: "xuhdev (Hong Xu)" Date: 2012-09-16T07:08:44+09:00 Subject: [ruby-core:47548] [ruby-trunk - Feature #7030][Open] Add .editorconfig to the source repository Issue #7030 has been reported by xuhdev (Hong Xu). ---------------------------------------- Feature #7030: Add .editorconfig to the source repository https://bugs.ruby-lang.org/issues/7030 Author: xuhdev (Hong Xu) Status: Open Priority: Normal Assignee: Category: Target version: EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readibly and they work nicely with version control systems. http://editorconfig.org Currently EditorConfig has been used in jQuery, drupal, and many other projects. It helps a lot in maintaining a consistent coding style. So I believe the Ruby community might also be interested in this. -- http://bugs.ruby-lang.org/