bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15369: 24.3; Incorrect indentation after line continuation character


From: Bozhidar Batsov
Subject: bug#15369: 24.3; Incorrect indentation after line continuation character in ruby-mode
Date: Fri, 13 Sep 2013 16:59:26 +0300

The line continuation character is not properly treated by ruby-mode. Here's how the indentation after `\` works now:

MSG = 'Separate every 3 digits in the integer portion of a number' \
'with underscores(_).'

Pretty sure the second line should be indented one level, since we're continuing the statement from the previous line:

MSG = 'Separate every 3 digits in the integer portion of a number' \
  'with underscores(_).'

-- 
Cheers,
Bozhidar


reply via email to

[Prev in Thread] Current Thread [Next in Thread]