Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Adding a new line after a variable? #15

Open
@lianglee

Description

@lianglee

Is it possible to add new line after a variable end...

right now it gives results like


$ac      = 2;if ($a) {
				$b = c;

it should be

$ac      = 2;i
if ($a) {
	$b = c;

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