From 9df3c8565b9886ab43b8025dd03e167d117ab47f Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 3 Oct 2018 07:43:13 +0000 Subject: Set indent_size of reg*.[ch] to 2 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index b7ff7280ad..cb2729fff9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,3 +22,6 @@ indent_size = 2 [{*[Mm]akefile*,*.mak,*.mk,depend}] indent_style = tab + +[reg*.[ch]] +indent_size = 2 -- cgit v1.2.3