1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add exceptions for indenting conventions for files related to regular expressions

Ruby uses the Oniguruma/Onigmo regular expression engine, including the underlying
character encoding framework. In contrast to other code implementing Ruby, the
regular expression engine related code is formatted with two spaces per indent
level. This commit adds rules for these files. (The commit may not completely cover
all related files.) [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2019-02-26 01:34:17 +00:00
parent 23a8183bea
commit e2d1bb1fa4

View file

@ -11,6 +11,12 @@ trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
[reg*]
indent_size = 2
[enc/*]
indent_size = 2
[*.gemspec]
indent_size = 2