summaryrefslogtreecommitdiff
path: root/include/ruby/debug.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-07 15:45:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-07 15:47:40 +0900
commitd548073f68ae719933c328686df224f74a60d366 (patch)
tree6a831188d76894d6a0efcd90ec0def0235fa1c20 /include/ruby/debug.h
parent789e49dc7e36f2c19a3df6dfa348e95b7105061c (diff)
Enable indentation warning against `if` just after `else`
```ruby if false puts 'false' else if true puts 'true' end # -:5: warning: mismatched indentations at 'end' with 'if' at 3 end ``` [Feature #15990]
Diffstat (limited to 'include/ruby/debug.h')
0 files changed, 0 insertions, 0 deletions