Skip to content

Commit fdd8d5b

Browse files
committed
.editorconfig: new
* .editorconfig: add. [ruby-core:47548] [Feature ruby#7030] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 47b642b commit fdd8d5b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Diff for: .editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
tab_width = 8
8+
indent_style = tab
9+
indent_size = 4
10+
11+
[**.bat]
12+
end_of_line = crlf
13+
14+
[**.rb]
15+
indent_style = space
16+
indent_size = 2

Diff for: ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Sun Sep 16 08:16:05 2012 Nobuyoshi Nakada <[email protected]>
2+
3+
* .editorconfig: add. [ruby-core:47548] [Feature #7030]
4+
15
Sat Sep 15 01:56:40 2012 NARUSE, Yui <[email protected]>
26

37
* ext/nkf/nkf-utf8/nkf.c: Merge upstream: 50a383c84.

0 commit comments

Comments
 (0)