]> git.eshelyaron.com Git - emacs.git/commit
Fix alignment of Java String[] and the like
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 28 Dec 2020 01:47:25 +0000 (02:47 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 28 Dec 2020 01:47:25 +0000 (02:47 +0100)
commit66274210687a911e7a9e61e96db908ec9782039e
tree0db9bd1607e78e112fbf67785e0f3f7a75e603e8
parentb825131041e2c9294ca662125ea6b70ba9242a8e
Fix alignment of Java String[] and the like

* lisp/align.el (align-rules-list): Allow aligning Java String[] etc
(bug#19385).

Test case:

class X
{
    String field1;
    String[] field2;
    int field3;
    int[] field4;
    X field5;
    X[] field6;
}
lisp/align.el