Merge pull request #235 from gigasquid/master.

Clojure mode - next line indent spacing
This commit is contained in:
Fabian Jakobs 2011-05-02 20:58:03 -07:00
commit 27bb78a0a8
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -98,7 +98,7 @@ oop.inherits(Mode, TextMode);
if (state == "start") {
var match = line.match(/[\(\[]/);
if (match) {
indent += tab;
indent += " ";
}
match = line.match(/[\)]/);
if (match) {