dylan-lang/dylan-emacs-support

Line after "define test" indents badly

Closed this issue · 0 comments

cgay commented

The body of define test should all indent 2 spaces. Instead, the first body line indents 4 spaces.

define test test-foo ()
    assert-equal(...);
  assert-equal(...);

This is probably my biggest dylan-mode annoyance.