Skip to content

Do not open nesting for character literals - #1190

Merged
tompng merged 2 commits into
ruby:masterfrom
shugo:fix/char-literal-nesting
Mar 26, 2026
Merged

Do not open nesting for character literals#1190
tompng merged 2 commits into
ruby:masterfrom
shugo:fix/char-literal-nesting

Conversation

@shugo

@shugo shugo commented Mar 26, 2026

Copy link
Copy Markdown
Member

To fix the indentation of end in the following code:

if c == ?a
  puts "a"
  end

shugo added 2 commits March 26, 2026 13:23
To fix the indentation of `end` in the following code:

```ruby
if c == ?a
  puts "a"
  end
```

@tompng tompng left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@tompng
tompng merged commit 8a1129d into ruby:master Mar 26, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants