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:
parent
23a8183bea
commit
e2d1bb1fa4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue