cjohansson / emacs-phps-mode

Emacs major mode for PHP with code intelligence
GNU General Public License v3.0
35 stars 2 forks source link

Token-blind indentation fails on lines after lines ending with T_DOUBLE_ARROW #29

Closed cjohansson closed 4 years ago

cjohansson commented 4 years ago

Line 5 in following example should have indentation 8 spaces but has 4

<?php

$var = array(
    '123' =>
    'def'
);
cjohansson commented 4 years ago

Fixed in this commit