[前][次][番号順一覧][スレッド一覧]

ruby-changes:24925

From: nobu <ko1@a...>
Date: Sun, 16 Sep 2012 08:18:31 +0900 (JST)
Subject: [ruby-changes:24925] nobu:r36976 (trunk): .editorconfig: new

nobu	2012-09-16 08:16:15 +0900 (Sun, 16 Sep 2012)

  New Revision: 36976

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36976

  Log:
    .editorconfig: new
    
    * .editorconfig: add.  [ruby-core:47548] [Feature #7030]

  Added files:
    trunk/.editorconfig
  Modified files:
    trunk/ChangeLog

Index: .editorconfig
===================================================================
--- .editorconfig	(revision 0)
+++ .editorconfig	(revision 36976)
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+tab_width = 8
+indent_style = tab
+indent_size = 4
+
+[**.bat]
+end_of_line = crlf
+
+[**.rb]
+indent_style = space
+indent_size = 2

Property changes on: .editorconfig
___________________________________________________________________
Added: svn:eol-style
   + LF

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36975)
+++ ChangeLog	(revision 36976)
@@ -1,3 +1,7 @@
+Sun Sep 16 08:16:05 2012  Nobuyoshi Nakada  <nobu@r...>
+
+	* .editorconfig: add.  [ruby-core:47548] [Feature #7030]
+
 Sat Sep 15 01:56:40 2012  NARUSE, Yui  <naruse@r...>
 
 	* ext/nkf/nkf-utf8/nkf.c: Merge upstream: 50a383c84.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]