From fdd8d5badca40c9d514c52c32c791b58165c2087 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 15 Sep 2012 23:16:15 +0000 Subject: .editorconfig: new * .editorconfig: add. [ruby-core:47548] [Feature #7030] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..67abf4b978 --- /dev/null +++ b/.editorconfig @@ -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 -- cgit v1.2.1