Skip to content

align new patterns. #71

@wnunezc

Description

@wnunezc

hello how can i align nre patter like this ".=" with this "=".

Example not align:

$test_large_variable_Name = '';
$new_VAriable             = '';
$new_VAriable .= 'New Text'; //->> this not align. some problem with "-=" & "+="

NEXT->

$integer_Increment        = 0;
$test_large_variable_Name = '';
$new_VAriable             = '';
$integer_Increment += $integer_Increment + 3;
$integer_Increment++;
$new_VAriable .= 'New Text';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions