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

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

bug#9151: js-mode indentation doesn't recognize brace-less function expr


From: Štěpán Němec
Subject: bug#9151: js-mode indentation doesn't recognize brace-less function expressions
Date: Fri, 22 Jul 2011 21:28:45 +0200

GNU Emacs 24.0.50.6 (i686-pc-linux-gnu) of 2011-01-15 on headley

In JavaScript, the following is a valid function definition:

function foo ()
    a.somewhat().complicated()
    .computation()

but `js-mode' currently indents it like this:

function foo ()
a.somewhat().complicated()
    .computation()

-- 
Štěpán





reply via email to

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